Docker container IP's not communicating in kubernetes cluster

9/9/2015

I have a kubenetes cluster running successfully. I have tried bringing applications in the cluster like a simple nginx. I have a setup of master-minion and a minion node.

The problem here is that I'm able to launch applications from the master-minion node but when I bring up applications in another minion it gives me an error as no route to host.

After some exploration I saw that container ip is not pingable from the master-minion node.

Can someone point out as to what to do to fix this communication between containers in the cluster?

-- adyanthaya17
cluster-computing
containers
docker
kubernetes

1 Answer

9/10/2015

Have you set up networking for kubernetes? you can refer to: http://kubernetes.io/v1.0/docs/admin/networking.html

-- xiaoping yan
Source: StackOverflow