sajad torkamani

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