You are tasked with minimizing downtime during deployment in a highly scalable application. Which CI/CD strategy would be most effective in achieving this?
- Blue-Green Deployment
- Canary Deployment
- Feature Toggles (Feature Flags)
- Rolling Deployment
Blue-Green Deployment is a strategy where you have two identical environments (blue and green), allowing seamless switching with minimal downtime during deployment.
Loading...
Related Quiz
- How does a rolling deployment strategy differ from a Blue-Green deployment in terms of risk and downtime?
- In the context of Configuration Management, what is the significance of maintaining a Configuration Item (CI) record?
- Which type of testing is conducted to validate that the entire system functions according to the specified requirements?
- How does the Agile model in SDLC enhance customer satisfaction compared to traditional models?
- What is the primary purpose of a bug tracking system in software development?