K8s component: kube-proxy
29 May 2025 (Updated 30 May 2025)
What is kube-proxy?
kube-proxy is a worker node component that routes network traffic to a Service (cluster-internal IP address) to the right pod within the node.
It also implements load-balancing by distributing traffic across all healthy pods in a Service using round-robin or similar techniques.
Tagged:
Kubernetes