
Explanation:
The correct answer is C because Cloud Build is a cloud-native tool suitable for continuous integration, and Spinnaker is an open-source tool ideal for continuous delivery. Option B is incorrect as it suggests using Cloud Build for both CI and CD, which doesn't leverage the open-source aspect desired. Options A and D are incorrect because Jenkins, while open-source, doesn't meet the cloud-native requirement for the CI part of the pipeline. For more details, refer to Google's documentation on CI/CD products and the Cloud DevOps Engineer certification guide.
Ultimate access to all questions.
No comments yet.
An organization aims to deploy applications to Compute Engine using an automated CI/CD pipeline, preferring a mix of cloud native and open-source tools. Which combination would best achieve this goal?
A
Jenkins as the continuous integration tool and Spinnaker as the continuous delivery tool
B
Cloud Build as the continuous integration tool and continuous delivery tool
C
Cloud Build as the continuous integration tool and Spinnaker as the continuous delivery tool
D
Jenkins as the continuous integration tool and continuous delivery tool