Cluster Architecture
Everything on SkillVeris tagged Cluster Architecture — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is the Kubernetes Control Plane?
The Kubernetes control plane is the set of components — the API server, etcd, the scheduler, and the controller manager — that together observe the cluster’s a…
What is the Kubelet and What Does It Do?
The kubelet is the node-level agent that runs on every worker node, watches the API server for Pods assigned to its node, and ensures the containers described…
How Does the Kubernetes Scheduler Assign Pods to Nodes?
The Kubernetes scheduler watches for Pods with no assigned node, filters out nodes that cannot satisfy the Pod’s requirements, scores the remaining nodes, and…