Deployment Strategies In Kubernetes
auth0.com › blog › deployment-strategies-in-kubernetesSep 02, 2021 · The rolling deployment is the default deployment strategy in Kubernetes. It replaces pods, one by one, of the previous version of our application with pods of the new version without any cluster downtime. A rolling deployment slowly replaces instances of the previous version of an application with instances of the new version of the application.