1 — Why Kubernetes Exists
Purpose
[stub: why-kubernetes-exists]
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.
4 — Kubernetes Architecture
Why the control plane's continuous reconciliation loop, not the scheduler alone, is what makes Kubernetes self-healing rather than merely self-installing.