Hi guys, in exam when we login to terminal we are out of all nodes , for creatin . . .

Sidhi:
Hi guys, in exam when we login to terminal we are out of all nodes , for creating any pods etc , we need to ssh in master node first ?

unnivkn:
No need to ssh to master, you can do it from base node/student terminal. In case, if any specific command which you need to run in master, it will be provided to you in the exam instructions. More over you should know about it ( eg: cluster upgrade or any kube-apiserver parameter change etc)

Sajid Qureshi:
@unnivkn if a etcd backup is present at base node/student terminal how should someone go about restoring that etcd backup on master node, i mean what would be the --data-dir ?

unnivkn:
you can copy it to master node

Sidhi:
Thanks @unnivkn