5 — Installing Kubernetes
Purpose
[stub: installing-kubernetes]
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.
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.
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.