
Answer-first summary for fast verification
Answer: Spinnaker deployed on GKE, Jenkins deployed on GKE
Spinnaker and Jenkins are capable of facilitating Blue/Green deployments, making options C and E correct. Cloud Build (D) does not support Blue/Green deployments. Deployment Manager (A) is for infrastructure deployment automation, and Cloud Run (B) is a serverless containerized service, neither of which are suitable for Blue/Green deployment strategies. For more information, refer to Google Cloud's documentation on continuous delivery solutions with Spinnaker and Jenkins on Kubernetes Engine.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As the architect of a CI/CD pipeline in your organization, you've been tasked with ensuring the continuous deployment (CD) phase supports Blue/Green deployment strategies. Which two solutions would you choose?
A
Deployment Manager
B
Cloud Run
C
Spinnaker deployed on GKE
D
Cloud Build
E
Jenkins deployed on GKE
No comments yet.