k8s.github.io

Connectivity

In this lab, you will access the kubernetes nodes by SSH from student-node which you should now be logged into.

Check each one. You must exit back to student-node before trying the next host.

ssh controlplane
ssh node01
ssh node02

Remember to exit back to student-node each time. ssh access is not configured between nodes. This is standard practice when setting up networks, to have one node from which you can get to all the others.

Next: Node Setup
Prev: Compute Resources