k8s.github.io

Pre-requisite Cluster Networking

In this section, we will take a look at Pre-requisite of the Cluster Networking

IP and Hostname

$ hostname 
$ ip a

Set the hostname

$ hostnamectl set-hostname <host-name>

$ exec bash

View the Listening Ports of the system

$ netstat -nltp

References Docs