What are the two node types in a Kubernetes cluster?
A Kubernetes cluster consists of worker nodes, which run application workloads, and control-plane nodes—traditionally called master nodes—which manage the cluster’s state and scheduling.
Community Discussion