Hands-On Microservices with Kubernetes
上QQ阅读APP看书,第一时间看更新

The kube proxy

The kube proxy is responsible for the networking aspects of the node. It operates as a local front for services and can forward TCP and UDP packets. It discovers the IP addresses of services via DNS or environment variables.