nerdexam
CompTIA

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.

Deployment

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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    11% (3)
  • D
    81% (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

#Deployment strategies#Container deployment#Rolling deployment#Zero-downtime deployment

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice