kube-proxy | Kubernetes - 0 views
-
The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends.
-
Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy.