Kube Proxy¶
- The Kubernetes network proxy runs on each node.
- It is used to setup the pod network, which is an internal network
- Kube proxy create an
iptable
route for each service, so that the traffic to the service is directed to the right pod.
iptable
route for each service, so that the traffic to the service is directed to the right pod.