Series hub / 主線入口
KAI K8s之路
這是整個站的 backbone。會從 Kubernetes 最基礎的抽象開始,慢慢走到 rollout、 GitOps、observability 與 incident handling。每個章節都盡量整理成中英成對的閱讀軌。
Roadmap
這條路預計怎麼走
Chapter pairs
按章節閱讀,比按語言切換更自然
Chapter 01 ZH + EN
KAI K8s之路 01|先別急著背資源,先搞懂 Pod 到底在管什麼
這篇先從 Kubernetes 最核心的抽象開始:為什麼它不是直接管理單個 container,而是用 Pod 當作最小調度單位。
KAI K8s之路 01|先別急著背資源,先搞懂 Pod 到底在管什麼
這篇先從 Kubernetes 最核心的抽象開始:為什麼它不是直接管理單個 container,而是用 Pod 當作最小調度單位。
EnglishKAI'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.
Related notes
跟主線相連、但不搶主視覺的補充筆記
一次探針誤判,如何把服務打進重啟循環
有些事故不是程式壞掉,而是健康檢查把原本能活下來的服務判成該重啟。這篇記一個很典型的坑。
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.