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?
You should use gcloud tool e.g:
gcloud compute ssh <NODE_NAME> --zone <ZONE>