You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/networking/virtual-ips.md
+85Lines changed: 85 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,91 @@ redirected to the backend without rewriting the client IP address.
111
111
This same basic flow executes when traffic comes in through a node-port or
112
112
through a load-balancer, though in those cases the client IP address does get altered.
113
113
114
+
#### Optimizing iptables mode performance
115
+
116
+
In large clusters (with tens of thousands of Pods and Services), the
117
+
iptables mode of kube-proxy may take a long time to update the rules
118
+
in the kernel when Services (or their EndpointSlices) change. You can adjust the syncing
119
+
behavior of kube-proxy via options in the [`iptables` section](/docs/reference/config-api/kube-proxy-config.v1alpha1/#kubeproxy-config-k8s-io-v1alpha1-KubeProxyIPTablesConfiguration)
0 commit comments