Google Cloud Associate Cloud Engineer — Question 36
Your development team needs a new Jenkins server for their project. You need to deploy the server using the fewest steps possible. What should you do?
Answer options
- A. Download and deploy the Jenkins Java WAR to App Engine Standard.
- B. Create a new Compute Engine instance and install Jenkins through the command line interface.
- C. Create a Kubernetes cluster on Compute Engine and create a deployment with the Jenkins Docker image.
- D. Use GCP Marketplace to launch the Jenkins solution.
Correct answer: D
Explanation
Using GCP Marketplace to launch the Jenkins solution is the quickest method because it automates the deployment process with pre-configured settings. The other options require additional steps for setup and configuration, making them less efficient than option D.