A company employing a microservices architecture needs to ensure zero-downtime deployments using Jenkins. They should implement a __________ strategy.
- Blue-green deployment
- Canary deployment
- Rolling deployment
- Shadow deployment
In a rolling deployment strategy, new versions of the microservices are gradually rolled out to subsets of the infrastructure while ensuring zero downtime. This approach is suitable for microservices architectures where continuous availability is crucial.
Loading...
Related Quiz
- In microservices, Jenkins must handle __________ configurations for different services to enable individual scaling and deployment.
- The _________ block in a Jenkinsfile is used to handle post-build actions like sending notifications.
- In Jenkins, what is the primary role of a Docker agent?
- When creating a Jenkins plugin for database connectivity, the primary concern should be _________ to ensure seamless integration with various database systems.
- In a complex environment where different teams work on separate features, Jenkins can manage deployments using the __________ strategy to isolate changes.