Hi - In the CKA exam, are you able to simply execute ssh to log into the cluster . . .

Sameer Bhatia:
Hi - In the CKA exam, are you able to simply execute ssh to log into the cluster nodes or it requires user id and password ?

Manas Sahoo:
ssh <nodename>

Tej_Singh_Rana:
Hello, @Sameer Bhatia
It’s a passwordless. Just use above step.

Mohamed Ayman:
Mostly use ssh nodeIP and not name. To get the ip of the node, run kubectl get nodes -o wide