4 — Kubernetes Architecture
Purpose
[stub: kubernetes-architecture]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
3 — Containers & OCI
Why the OCI image and runtime specs matter more than Docker itself — they let containerd, CRI-O, and Podman run the same artifact without vendor lock-in.
5 — Installing Kubernetes
Why kubeadm, managed control planes, and kubeadm-free distros mainly differ in who owns lifecycle and upgrade risk, not in what a conformant cluster actually runs.
6 — Kubernetes API & Object Model
Why kubectl is just a REST client — every object is a resource in the API server's store, making the API server the only legitimate path to change cluster state.
2 — Linux Fundamentals
Why a container is just a regular Linux process wearing namespaces for isolation and cgroups for resource limits, not a lightweight virtual machine.