Deployment Strategies

Chooses and implements the deployment technique — blue-green, canary, rolling, or shadow — that buys the most information before you're fully committed, plus the rollback plan that makes each one safe. Use this whenever the user asks how to deploy with zero downtime, wants a canary or blue-green setup, is worried about a risky rollout, or is planning a DB migration alongside a code deploy. For deciding whether to release deployed code at all use `feature-flags`; for a Kubernetes-native rollout use `progressive-delivery`.

arjunprabhulal Updated

File contents

arjunprabhulal/devops-skills/tree/main/skills/ci-cd/deployment-strategies commit 44caeb9a67

Frequently asked questions

npx skillmds@latest add arjunprabhulal/deployment-strategies