Google Cloud Associate Cloud Engineer — Question 119
You are developing a new application and are looking for a Jenkins installation to build and deploy your source code. You want to automate the installation as quickly and easily as possible. What should you do?
Answer options
- A. Deploy Jenkins through the Google Cloud Marketplace.
- B. Create a new Compute Engine instance. Run the Jenkins executable.
- C. Create a new Kubernetes Engine cluster. Create a deployment for the Jenkins image.
- D. Create an instance template with the Jenkins executable. Create a managed instance group with this template.
Correct answer: A
Explanation
The correct answer is A, as deploying Jenkins through the Google Cloud Marketplace provides a streamlined process for installation and setup. Options B, C, and D require more manual steps and configurations, making them less efficient for quick automation.