JAN 15, 2024⏱ 8 min read
Kubernetes Architecture Overview
- kubernetes
- architecture
- fundamentals
Control plane and nodes
Kubernetes clusters consist of a control plane and one or more worker nodes.
- Control plane: API server, etcd, scheduler, controller manager
- Nodes: kubelet, kube-proxy, container runtime (containerd, CRI-O)
This article walks through each component and how they work together.