Updated on Jan 23, 2026·4 min readKubernetes Internals (Part 3): How a Pod Actually RunsA practical, internal view of a Pod: from scheduling and sandbox creation to networking, probes, and termination.#kubernetes#platform#devops
Updated on Jan 23, 2026·6 min readKubernetes Internals (Part 2): Linux Control PrimitivesA Linux-first view of how Kubernetes enforces isolation and resource limits, with concrete YAML mapping, kernel primitives, and debug steps.#kubernetes#platform#devops
Updated on Jan 23, 2026·4 min readKubernetes Internals (Part 1): What Kubernetes IsA clear, internal-first introduction to Kubernetes: why it exists, the control plane/data plane split, and the core objects that define desired state.#kubernetes#platform#devops
Updated on Jan 23, 2026·6 min readKubernetes Internals (Part 5): CNI NetworkingA technical walkthrough of CNI: lifecycle, plugin chains, IPAM, and troubleshooting.#kubernetes#platform#devops
Updated on Jan 23, 2026·9 min readKubernetes Internals (Part 4): Service NetworkingA practical guide to Kubernetes Service networking: ClusterIP routing, kube-proxy modes, and eBPF data paths.#kubernetes#platform#devops