Cite
kube-proxy is a network proxy that runs on each node in your cluster, implementing part of the Kubernetes Service concept.
It adapts a node’s networking rules (e.g. iptables) when a new Service is added to forward traffic to the underlying Pods.