Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 776 Bytes

File metadata and controls

45 lines (27 loc) · 776 Bytes

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 hostname
$ hostname 
  • To view the IP addr of the system
$ ip a

Set the hostname

$ hostnamectl set-hostname <host-name>

$ exec bash

View the Listening Ports of the system

$ netstat -nltp

References Docs