How kube-proxy programs iptables/IPVS rules to implement Kubernetes Service virtual IP routing across nodes.
How kube-proxy programs iptables/IPVS rules to implement Kubernetes Service virtual IP routing across nodes.
kube-proxy watches Services and Endpoints and programs routing rules. iptables mode: creates NAT rules per Service. IPVS mode: uses kernel virtual server for better performance at scale (100k+ services). Cilium can replace kube-proxy entirely using eBPF maps.
Key takeaways
Related concepts
Explore topics that connect to this one.
Ready to see how this works in the cloud?
Switch to Career Paths for structured paths (e.g. Developer, DevOps) and provider-specific lessons.
View role-based pathsSign in to track your progress and mark lessons complete.
Questions? Discuss in the community or start a thread below.
Join DiscordSign in to start or join a thread.