flâneur — a map of the web's best reading

Cluster Architecture | Kubernetes

kubernetes.io · 1,609 words · saved by 1 readers

The architectural concepts behind Kubernetes.

Cluster Architecture | Kubernetes Edit this page Create child page Create an issue Print entire section Cluster Architecture The architectural concepts behind Kubernetes. A Kubernetes cluster consists of a control plane plus a set of worker machines, called nodes, that run containerized applications. Every cluster needs at least one worker node in order to run Pods. The worker node(s) host the Pods that are the components of the application workload. The control plane manages the worker nodes and the Pods in the cluster. In production environments, the control plane usually runs across multipl

Explore this link on the map →

saved by

related reading