LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


Imagine you're tasked with designing a CI/CD pipeline for your organization, with a specific requirement to support Blue/Green deployments in the continuous deployment (CD) phase. Which of the following options would best meet this requirement?

Real Exam




Explanation:

The correct answer is Spinnaker deployed on GKE, with Jenkins deployed on GKE also being a viable option for facilitating Blue/Green deployments.

  • Why Spinnaker and Jenkins? Both tools are designed to support complex deployment strategies, including Blue/Green deployments, which allow for seamless updates and rollbacks.
  • Why not the others?
    • Cloud Build is more suited for building and testing rather than deployment strategies.
    • Deployment Manager focuses on infrastructure as code, not application deployment strategies.
    • Cloud Run is a serverless platform that abstracts away the underlying infrastructure, making it unsuitable for direct Blue/Green deployment management.

For further reading, refer to the documentation on Continuous deployment to GKE using Jenkins.

Powered ByGPT-5