Network management FAQ

更新时间:
复制 MD 格式

This topic summarizes common questions about container networking, Service, Ingress, and DNS in network management.

Index

Container networking FAQ

Terway-related

Flannel-related

kube-proxy

IPv6-related

How do I troubleshoot common issues in an IPv6 dual-stack cluster?

Others

Service FAQ

SLB-related

CCM upgrade

FAQ for using an existing SLB

Other

Ingress FAQ

Configuration

Access and connectivity

Grayscale-related

Error messages

Other issues

DNS FAQ

Why can't I enter the CoreDNS pod using exec?

Why is CoreDNS using a deprecated API?

CoreDNS logs show "dns: buffer size too small"

Network fundamentals

How do I access workloads over the public network?

How do pods in an ACK cluster obtain the client's originating IP address?

  • If you are not using WAF and your cluster exposes services via SLB, check the Service YAML file to ensure that externalTrafficPolicy is set to Local mode, which lets you obtain the originating IP address of the client. If your cluster exposes services via Ingress, check the nginx-ingress-lb's externalTrafficPolicy and ensure that externalTrafficPolicy is set to Local mode.

  • If you are using WAF, see Use WAF.

How do I implement throttling protection for traffic in an ACK cluster?

To precisely control traffic in your ACK cluster—or if you face high network loads, service overload, resource shortages, or network attacks—use service mesh (ASM) to enforce traffic limiting. This protects backend service stability, reduces costs, and improves end-user experience. See Throttling protection.