Q1 - Practice Test - Cluster Installation using Kubeadm

In the first question in the above-mentioned test, it has been asked to install kubeadm and kubelet on both the control plane and worker node 01.
The cluster status is that of a new build with very less existing configuration.
How can the information (for example: the IP address) on worker node 01 be found in this scenario?
I have c

I have checked etc hosts and there is no information on worker node 01 present.

You have ssh access to node01. You can ssh into the host and check its interfaces. But you don’t really need to do so in this lab: a CRI has already been installed. This article from the K8s docs will tell you more than you’ll need to know for this lab.

1 Like

Thank you for the guidance.
ssh node01 works.
Checking the article now.