Understanding Pod Deletion in Kubernetes: Deployments vs. StatefulSets
Ever scaled down a Deployment and wondered which pod gets the axe first? Kubernetes doesn't play dice with your pods (well, not until the very end). It actually follows a clear hierarchy to decide which pod to delete when scaling down a Deployment or...
afk-yash.hashnode.dev5 min read