Topic 1 Question 13
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?
Download and deploy the Jenkins Java WAR to App Engine Standard.
Create a new Compute Engine instance and install Jenkins through the command line interface.
Create a Kubernetes cluster on Compute Engine and create a deployment with the Jenkins Docker image.
Use GCP Marketplace to launch the Jenkins solution.
解説
ユーザの投票
コメント(17)
D is correct
👍 31Agents892020/04/20- 正解だと思う選択肢: D
The correct answer is Option D. By using GCP Marketplace to launch the Jenkins solution, you can quickly deploy a Jenkins server with minimal steps.
Option A involves deploying the Jenkins Java WAR to App Engine Standard, which requires more steps and may not be suitable for your requirements.
Option B involves creating a new Compute Engine instance and manually installing Jenkins, which also requires more steps.
Option C involves creating a Kubernetes cluster and creating a deployment with the Jenkins Docker image, which again involves more steps and may not be the most efficient solution.
👍 5Buruguduystunstugudunstuy2022/12/29 had this question today
👍 2Cornholio_LMC2022/09/24
シャッフルモード