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, nftables, ipvs, etc), based on its operational mode, when a new Service is added to forward traffic to the underlying Pods.