简体   繁体   中英

Docker container IP's not communicating in kubernetes cluster

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM