
Answer-first summary for fast verification
Answer: Spinnaker deployed on GKE, Jenkins deployed on GKE
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](https://cloud.google.com/solutions/continuous-delivery-jenkins-kubernetes-engine).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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?
A
Cloud Build
B
Deployment Manager
C
Spinnaker deployed on GKE
D
Cloud Run
E
Jenkins deployed on GKE