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.
Loading...
Related Quiz
- In a scenario where Jenkins needs to support a large number of concurrent jobs, the system should be configured with an increased number of _________.
- In the context of high-availability, what strategy should be adopted when upgrading Jenkins in a distributed architecture?
- In a scenario where Jenkins job queues are consistently long, an expert might implement _________ to streamline processing.
- To handle complex data queries, a Jenkins plugin might integrate with a/an _________ type of database.
- For automated container deployment in Jenkins, the __________ strategy is essential.