Configure Worker Nodes to connect Master Node

Similarly, after installing the Containerd, Kubectl, and Kubeadm packages in all the three worker nodes, connect the cluster in the master node with the worker nodes.

To connect the master and worker node, follow the steps below:

  1. Open Linux terminal and run the following command.
    kubeadm join 10.14.108.25:6443 --token excru3.4smlogktlsi7q10o \ --discovery-token-ca-cert-hash sha256:71fa472d67582f1c27bd3c320501ba1e38fc274a5f1b52d27cb0d58d4152c612.
    Note: Use the cert hash token and the IP address 10.14.108.25 is Master node IP address.