advancedTop 100 Interview Questions
What's the difference between a rolling deployment and a blue-green deployment?
Rolling deployment replaces instances incrementally, using less extra capacity but leaving a mix of old and new versions live during the rollout. Blue-green runs the new version fully in parallel and switches traffic atomically once verified, enabling near-instant rollback (switch traffic back) at the cost of needing double capacity temporarily.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
What's the difference between a rolling deployment and a blue-green deployment?