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 controlplane01
ssh controlplane02
ssh controlplane03
ssh loadbalancer
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: Load Balancer Setup
Prev: Compute Resources