A company needs to ensure zero-downtime deployments in their Jenkins pipeline using containerization. They should implement a __________ strategy.

  • Blue-Green deployment
  • Canary deployment
  • Rolling deployment
  • Shadow deployment
To ensure zero-downtime deployments, a Rolling deployment strategy can be implemented. It involves gradually replacing instances of the previous version with the new one, minimizing downtime.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *