Pods, deployments, services — run containerized applications on Kubernetes with rolling updates and scaling.
Five passes over the same idea, each from a different angle. Do them in order, or jump to whichever you need.
Kubernetes orchestrates containerized applications at scale. Core concepts: Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, and namespaces. Deployment strategies: rolling updates, blue-green, canary. Resource management: requests/limits, HPA, and node affinity. AKS provides managed Kubernetes on Azure.
Where this topic shows up outside its home domain: