- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 42字
- 2021-06-24 13:46:32
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.