CV0-004 · Question #397
A developer is deploying a new version of a containerized application The DevOps team wants: - No disruption - No performance degradation - Cost-effective deployment - Minimal deployment time Which…
The correct answer is D. Rolling. A rolling deployment replaces containers gradually with the new version, ensuring no disruption, no noticeable performance impact, low cost by reusing existing infrastructure, and minimal deployment time since only small portions are updated at once.
Question
A developer is deploying a new version of a containerized application The DevOps team wants:
- No disruption
- No performance degradation
- Cost-effective deployment
- Minimal deployment time
Which of the following is the best deployment strategy given the requirements?
Options
- ACanary
- BIn-place
- CBlue-green
- DRolling
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C11% (3)
- D81% (22)
Explanation
A rolling deployment replaces containers gradually with the new version, ensuring no disruption, no noticeable performance impact, low cost by reusing existing infrastructure, and minimal deployment time since only small portions are updated at once.
Topics
Community Discussion
No community discussion yet for this question.