This topic summarizes common questions about container networking, Service, Ingress, and DNS in network management.
Index
Container networking FAQ
Terway-related
-
How do I tell whether Terway is running in exclusive ENI mode or shared ENI mode?
-
How do I determine whether Terway network acceleration uses DataPathv2 or IPvlan+eBPF?
-
Does Terway in DataPathv2 or IPvlan+eBPF mode bypass IPVS for routing?
-
Can I switch the network plug-in for an existing ACK cluster?
-
What should I do if IP resources in the vSwitch used by Terway run out?
-
In Terway mode, pod IPs fall outside the CIDR block of the virtual switch. What should I do?
-
After scaling out the vSwitch in Terway mode, pods still cannot be assigned IPs. What should I do?
-
How do I enable internal load balancing for a Terway IPvlan cluster?
-
How do I allowlist specific CIDR blocks for pods in Terway networks within ACK?
-
What is the maximum number of pods supported in Terway network mode?
-
In Terway mode, pod creation fails with "MAC address not found"
Flannel-related
What's the difference between the Terway and Flannel network plugins for an ACK Kubernetes cluster?
In a Flannel cluster, why can my Pods ping some ECS instances but not others?
Why are newly added nodes in my Flannel cluster getting a NodeNetworkUnavailable taint?
How can I change the Pod CIDR, Service CIDR, or IPs per node for an existing ACK cluster?
kube-proxy
What is the correct way to modify the kube-proxy configuration in an ACK cluster?
How do I change the IPVS load balancing algorithm in kube-proxy?
How do I reduce the UDP session timeout in kube-proxy IPVS mode to fix DNS delays?
IPv6-related
How do I troubleshoot common issues in an IPv6 dual-stack cluster?
Others
How do I fix network latency issues immediately after a Pod starts?
What is the correct way to plan the network for an ACK cluster?
How do I identify the network plugin and vSwitches used by my cluster?
How can I increase the Linux connection tracking (conntrack) limit on my nodes?
Is it possible to install a third-party CNI network plugin on an ACK cluster?
Why do I get a no IP addresses available in range set error in my Flannel cluster?
What should I consider when configuring a custom Cluster Domain for my ACK cluster?
Service FAQ
SLB-related
-
What are the CLB instances created by an ACK cluster used for?
-
How do I choose between the Local and Cluster external traffic policies?
-
Why are no events displayed for Service and LoadBalancer synchronization?
-
Why is a CLB IP address inaccessible from within the cluster?
-
How do I enable connection draining for a LoadBalancer Service?
CCM upgrade
FAQ for using an existing SLB
Other
Ingress FAQ
Configuration
-
Are L7 request headers passed through by default in Ingress?
-
Can Ingress-Nginx forward traffic to backend HTTPS services?
-
Does Ingress L7 pass through the client's originating IP address?
-
How do I use an existing SLB with ack-ingress-nginx deployed from the marketplace?
-
How do I change Ingress-nginx listeners from Layer 4 to Layer 7 (HTTPS/HTTP)?
Access and connectivity
Grayscale-related
Error messages
-
Error "failed calling webhook" when creating an Ingress resource
-
Error "certificate signed by unknown authority" when creating an Ingress
Other issues
DNS FAQ
Why can't I enter the CoreDNS pod using exec?
Network fundamentals
How do I access workloads over the public network?
ACK supports five public network access methods:
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
externalTrafficPolicyis set toLocalmode, which lets you obtain the originating IP address of the client. If your cluster exposes services via Ingress, check the nginx-ingress-lb'sexternalTrafficPolicyand ensure thatexternalTrafficPolicyis set toLocalmode. -
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.