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
Updated on Jan 23, 2026·9 min readgov-pass: Split-Only TLS ClientHello ArchitectureA deep technical dive into gov-pass: WinDivert and NFQUEUE internals, reassembly complexity, split/inject mechanics, Go implementation notes, and PCAP-based validation.#networking#security#golang
Updated on Jan 23, 2026·3 min readK8s Ops with Minecraft Part 3: Proxy PolicyPart 3 documents the proxy policy DSL, routing order, control-plane APIs, and audit architecture.#kubernetes#operators#minecraft
Updated on Jan 23, 2026·4 min readHomelab K8s Part 5: ECK Stack (Elastic Cloud)Part 5: Deploy Elastic Stack with ECK, sizing guidance, storage class, and ILM retention.#homelab#kubernetes#devops
Updated on Jan 23, 2026·5 min readHomelab K8s Part 1: Architecture & Control PlanePart 1: Bootstrap a 3-master/2-worker RHEL Kubespray-based cluster and define core architecture.#homelab#kubernetes#devops
Updated on Jan 23, 2026·5 min readHomelab K8s Part 3: Rook Ceph + Local PathPart 3: Implement Rook Ceph and Local Path storage with RBD/CephFS classes and tiers.#homelab#kubernetes#devops
Updated on Jan 23, 2026·5 min readHomelab K8s Part 4: Velero & ToolingPart 4: Day-2 tooling—Velero backups, Hubble UI, Jaeger/Kiali, Tailscale, K9s, and ops.#homelab#kubernetes#devops
Updated on Jan 23, 2026·6 min readHomelab K8s Part 2: Cilium + Istio + ExternalDNSPart 2: Configure Cilium L2LB, Istio ingress, and ExternalDNS for bare-metal routing.#homelab#kubernetes#devops
Updated on Jan 23, 2026·4 min readK8s Ops with Minecraft Part 2: Network ControllerPart 2 explains MinecraftNetwork reconciliation, velocity.toml rendering, backend resolution, and RCON addon wiring.#kubernetes#operators#minecraft
Updated on Jan 23, 2026·5 min readK8s Ops with Minecraft Part 1: Domain ModelPart 1 consolidates the mc-platform architecture, v1beta1 CRDs, and the first MinecraftServer controller loop.#kubernetes#operators#minecraft