Pre-requisite Cluster Networking
In this section, we will take a look at Pre-requisite of the Cluster Networking
- Set the unique hostname.
- Get the IP addr of the system (master and worker node).
- Check the Ports.
IP and Hostname
- To view the IP addr of the system
Set the hostname
$ hostnamectl set-hostname <host-name>
$ exec bash
View the Listening Ports of the system
References Docs
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#check-required-ports
- https://kubernetes.io/docs/concepts/cluster-administration/networking/