Google
ASSOCIATE-CLOUD-ENGINEER · Question #348
You have been asked to migrate a docker application from datacenter to cloud. Your solution architect has suggested uploading docker images to GCR in one project and running an application in a GKE…
The correct answer is B. Run gcloud builds submit --tag gcr.io/img-278322/acme_track_n_trace:v1. Run gcloud builds submit tag gcr.io/img-278322/acme_track_n_trace:v1. is the right answer. This command correctly tags the image as acme_track_n_trace:v1 and uploads the image to the img-
Submitted by takeshi77· Mar 30, 2026Deploying and implementing a cloud solution
Question
You have been asked to migrate a docker application from datacenter to cloud. Your solution architect has suggested uploading docker images to GCR in one project and running an application in a GKE cluster in a separate project. You want to store images in the project img- 278322 and run the application in the project prod-278986. You want to tag the image as acme_track_n_trace:v1. You want to follow Google-recommended practices. What should you do?
Options
- ARun gcloud builds submit --tag gcr.io/img-278322/acme_track_n_trace
- BRun gcloud builds submit --tag gcr.io/img-278322/acme_track_n_trace:v1
- CRun gcloud builds submit --tag gcr.io/prod-278986/acme_track_n_trace
- DRun gcloud builds submit --tag gcr.io/prod-278986/acme_track_n_trace:v1
How the community answered
(61 responses)- A11% (7)
- B79% (48)
- C7% (4)
- D3% (2)
Explanation
Run gcloud builds submit tag gcr.io/img-278322/acme_track_n_trace:v1. is the right answer. This command correctly tags the image as acme_track_n_trace:v1 and uploads the image to the img-
Topics
#Container Registry#Cloud Build#image tagging#cross-project registry
Community Discussion
No community discussion yet for this question.