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
docs: clarify kubeProxyReplacement and kube-proxy requirements for Istio integration
Clarifies the documentation on how to run Cilium with Istio, with or without kube-proxy, and the required configuration for kubeProxyReplacement and related settings.
Closes: cilium#37974
Signed-off-by: RayyanSeliya <rayyanseliya786@gmail.com>
- Set ``kubeProxyReplacement: true``, ``socketLB.hostNamespaceOnly: true``, and ``cni.exclusive: false``.
33
+
- These settings prevent Cilium’s socket-based load balancing from interfering with Istio’s proxying.
34
+
- kube-proxy can be removed in this mode, but these configurations are required to ensure compatibility.
35
+
36
+
In summary, you can run Istio with Cilium and kube-proxy by setting ``kubeProxyReplacement: false`` (the default and recommended for most Istio installs);
37
+
or you can run without kube-proxy by setting ``kubeProxyReplacement: true``, but you must carefully configure Cilium to avoid conflicts with Istio.
0 commit comments