
Answer-first summary for fast verification
Answer: Deploy Jenkins through the Google Cloud Marketplace.
**B is correct** because deploying Jenkins through the GCP marketplace is the most efficient and recommended method to quickly install Jenkins on the Google Cloud Platform. It offers a streamlined and automated process for installation and configuration, including all necessary dependencies and settings. **A is incorrect** as manually downloading and running the Jenkins executable on a Compute Engine instance is time-consuming and lacks the automation and security features provided by the Google Cloud Marketplace. **C is incorrect** because while creating a new GKE cluster and deploying Jenkins via a container image is suitable for containerized environments, it introduces unnecessary complexity for a straightforward Jenkins installation. **D is incorrect** as using the Jenkins executable to create an instance template and managed instance group does not leverage the automated deployment and management capabilities available through the Google Cloud Marketplace or containerized solutions. For more information, visit: [Google Cloud Marketplace](https://cloud.google.com/marketplace)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is looking to implement CI/CD for their application using Jenkins on Google Cloud Platform. What is the most efficient and straightforward method to install Jenkins on GCP?
A
Download the Jenkins executable on a Compute Engine instance and run it manually.
B
Deploy Jenkins through the Google Cloud Marketplace.
C
Create a new GKE cluster and use the Jenkins image to create a deployment.
D
Use the Jenkins executable to create an instance template and then a managed instance group.
No comments yet.