How to ping from master to minion in kubernetes

5/25/2015

how to connect from master to minion, i have tried Internal IP and public IP but it shows failure. Ping gives 100% packet loss.

Master and minions both are created aws instances, and through fleetctl i can see list of minions on master machine.

Used this example :https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/guestbook

-- priyanka_rao
amazon-web-services
kubernetes

1 Answer

10/11/2015

[Re-posting lavalamp's comment above so that this question is answered]:

It looks like you need to adjust your firewall to allow communication from the master to the nodes.

-- Robert Bailey
Source: StackOverflow