- Take me to Lecture
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.
- To view the hostname
$ hostname
- To view the IP addr of the system
$ ip a
$ hostnamectl set-hostname <host-name>
$ exec bash
$ netstat -nltp