Environment Requirements
Before deploying the Kubernetes Topology Manager, ensure that the environment meets the hardware and software requirements. The hardware environment includes CPUs and NICs. The software environment includes the OS and applications.
Hardware Requirements
Table 1 lists the hardware requirements.
OS and Software Requirements
Table 2 lists the OS and software requirements.
Cluster Planning
A Kubernetes cluster consists of one management node (master) and multiple compute nodes (works). Cluster creation and management are performed on the master node. Therefore, the master node and worker nodes must be on the same network and can communicate with each other. Figure 1 shows the planned cluster network.
- The master is the cluster management node and the workers are the cluster compute nodes.
- At least two nodes are required to verify the cluster setup function. To verify the affinity scheduling function, at least three nodes are required. The installation and configuration operations must be performed on all nodes.
Role |
Example IP Address |
|---|---|
Master |
192.168.1.11 |
Worker 1 |
192.168.1.12 |
Worker 2 |
192.168.1.13 |
