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.
Add your answer
Loading...

Leave a comment

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