DevOps · Flashcard
How does Cilium replace kube-proxy?
Why this is the answer
Cilium can take over Service handling with an eBPF datapath, removing the need for kube-proxy's iptables/IPVS rules. It does not wrap kube-proxy in a sidecar, relocate it to the control plane, or drop Service support — Services keep working, just via eBPF.
Read more in the docs