Press "Enter" to skip to content

Kubernetes Deployment Strategies

Shivam Gupta explains four key strategies for pushing out deployments:

K8s Deployment has different types of strategies to update the deployment. Each has difference in the way to how the achieve the new desired state.

– Rolling Update

– Recreate

– Canary

– Blue/Green

Read on for a quick summary of each strategy, as well as its pros and cons.