English track
KAI's K8s Journey in English
This track keeps the core Kubernetes series readable in English while leaving room for short operational notes on rollouts, observability, GitOps, and incident lessons.
Series track
KAI K8s之路 / KAI's K8s Journey
KAI K8s之路 / KAI's K8s Journey
KAI's K8s Journey 01: Before Deployments, understand what a Pod is managing
Start with the core Kubernetes abstraction first: why the platform schedules Pods instead of treating each container as the main unit of orchestration.
Field notes
Operational notes and incident fragments
GitOps review checks I want before Argo CD touches production
A compact pre-sync checklist for GitOps changes so an innocent YAML edit does not become surprising production behavior.
Kubernetes rollout guardrails that catch bad deploys early
A compact baseline for probes, rollout settings, and quick triage before a Kubernetes release becomes an outage.
Agent runtime observability needs spans, tool events, and failure memory
Basic logging is not enough for agent systems; you need traces, tool-level outcomes, and a short path from failure back to prompt or policy.