Closed adohe-zz closed 8 years ago
@AdoHe - calico/node
needs to run on the kubernetes master so that it knows how to route to pod IP addresses.
The typically example is the Kubernetes DNS addon - the pod needs to access the Kubernetes API running on the master, and so the master must be able to route packets back to the pod.
FYI. Why we have to run
calico/node
container on kubernetes master?