InterviewSolution
Saved Bookmarks
| 1. |
What Is Kube Proxy? |
|
Answer» Synopsis. The Kubernetes network PROXY runs on each node. Service cluster ips and PORTS are currently found through Docker-links-compatible environment variables specifying ports OPENED by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs. Synopsis. The Kubernetes network proxy runs on each node. Service cluster ips and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs. |
|