how to ssh into nodes of Google container engine cluster?

6/29/2017

how to ssh into nodes of Google container engine cluster? When i try ssh to the node using its ip address it says public key denied.

Can some one help me how to get the key to connect to nodes of google container cluster?

-- Jaikumar Ganesan
google-kubernetes-engine
kubernetes

1 Answer

6/29/2017

You should use gcloud tool e.g:

gcloud compute ssh <NODE_NAME> --zone <ZONE>
-- username1366
Source: StackOverflow