Understanding Pods vs Deployments in Kubernetes
· 6 min read
Newcomers to Kubernetes almost always ask the same question in the same order: what is a Pod, why would I not just create one, and what does a Deployment add? The answer is a three-level chain of ownership, and once you can see it, most of Kubernetes' behaviour stops being surprising.