Manu Chadha
Manu Chadha

Reputation: 16729

How do I ssh to nodes in a kubernetes/GKE cluster on GCP

I have created a GKE cluster for Cassandra. It has one node. I was to ssh on the node to run nodetool on the node. How do I ssh to a node of a cluster? I can see any option in the GUI

I am referring to https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#kubeconfig, but unfortunately I can't see how to ssh to a node in a cluster

Upvotes: 1

Views: 2500

Answers (1)

Jorge P.
Jorge P.

Reputation: 108

You could Go to Compute Engine -> VM Instances, you will see your node there, and you could use the SSH button to access through SSH you could review this link for more details.

Upvotes: 2

Related Questions