Topic 1 Question 98
2 つ選択You have decided to migrate your Compute Engine application to Google Kubernetes Engine. You need to build a container image and push it to Artifact Registry using Cloud Build. What should you do?
Run gcloud builds submit in the directory that contains the application source code.
Run gcloud run deploy app-name --image gcr.io/$PROJECT_ID/app-name in the directory that contains the application source code.
Run gcloud container images add-tag gcr.io/$PROJECT_ID/app-name gcr.io/$PROJECT_ID/app-name:latest in the directory that contains the application source code.
In the application source directory, create a file named cloudbuild.yaml that contains the following contents:

In the application source directory, create a file named cloudbuild.yaml that contains the following contents:

ユーザの投票
コメント(11)
I vote A, D
👍 3scaenruy2022/01/09- 正解だと思う選択肢: AD
A to submit cloud build https://cloud.google.com/sdk/gcloud/reference/builds/submit D describes the cloud build steps (docker build + push)
👍 3p42022/01/22 - 正解だと思う選択肢: AD
agree with AD
👍 2GoReplyGCPExam2022/05/26
シャッフルモード