
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Jenkins deployed on GKE, Jenkins deployed on Compute Engine
The correct approach, as recommended by Google, is to deploy Jenkins on either Google Compute Engine (GCE) or Google Kubernetes Engine (GKE). This recommendation is based on the flexibility and scalability these platforms offer for continuous integration and deployment workflows. For more details, refer to Google's documentation on using Jenkins for distributed builds on Compute Engine and setting up Jenkins on GKE.
Author: LeetQuiz Editorial Team
Your team is in the process of designing a CI/CD pipeline for your organization, with Jenkins selected as the Continuous Deployment Tool. According to Google Cloud Platform's (GCP) recommended practices, how should the Jenkins CD Tool be deployed?
A
Jenkins deployed on Cloud Functions
B
Jenkins deployed on App Engine
C
Jenkins deployed on Compute Engine
D
Jenkins deployed on GKE
E
Jenkins deployed on Cloud Run
No comments yet.