
Answer-first summary for fast verification
Answer: Spinnaker deployed on GKE, Jenkins deployed on GKE
The correct answers are Spinnaker and Jenkins, as both support Blue/Green deployment strategies. Cloud Build does not support Blue/Green Deployments, Deployment Manager is used for infrastructure deployment automation, and Cloud Run is a serverless containerized service, none of which are suitable for Blue/Green deployments. For more information, refer to continuous deployment to GKE using Jenkins.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a professional tasked with designing a CI/CD pipeline for your organization, you've been specifically asked to ensure the continuous deployment (CD) segment supports Blue/Green deployment strategies. Which of the following tools would enable you to meet this requirement?
A
Deployment Manager
B
Cloud Run
C
Spinnaker deployed on GKE
D
Cloud Build
E
Jenkins deployed on GKE