Overview
Nodes are the fundamental building blocks of a cluster. Nodes can be virtual machines or physical servers, and each node runs the components required to host Pods, including kubelet, kube-proxy, and the container runtime.
Users with platform management permissions can add, manage, monitor, and plan nodes under clusters.
NOTE
Adding nodes to imported clusters or deleting nodes from imported clusters is not supported.
TOC
Node typesNode operation pathsLinux node availability checkSupported operating systems and CPU modelsNode types
- Control plane nodes run cluster components such as kube-apiserver, kube-scheduler, kube-controller-manager, etcd, container networking, and some platform management components.
- Compute nodes host business Pods running on the cluster. Plan compute node count based on workload demand.
Node operation paths
Linux node availability check
Before building an on-premises cluster, complete the node checks and confirm that every node meets the requirements. Cluster deployment can fail when prerequisites are not satisfied.
Supported operating systems and CPU models
For supported operating systems and CPU models, see Supported Operating Systems and CPU Models.