ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 182 - Professional Cloud Developer discussion

Report
Export

You recently developed a new application. You want to deploy the application on Cloud Run without a Dockerfile. Your organization requires that all container images are pushed to a centrally managed container repository. How should you build your container using Google Cloud services? (Choose two.)

A.
Push your source code to Artifact Registry.
Answers
A.
Push your source code to Artifact Registry.
B.
Submit a Cloud Build job to push the image.
Answers
B.
Submit a Cloud Build job to push the image.
C.
Use the pack build command with pack CLI.
Answers
C.
Use the pack build command with pack CLI.
D.
Include the --source flag with the gcloud run deploy CLI command.
Answers
D.
Include the --source flag with the gcloud run deploy CLI command.
E.
Include the --platform=kubernetes flag with the gcloud run deploy CLI command.
Answers
E.
Include the --platform=kubernetes flag with the gcloud run deploy CLI command.
Suggested answer: A, C

Explanation:

https://cloud.google.com/run/docs/deploying#images

https://cloud.google.com/blog/products/containers-kubernetes/google-cloud-now-supports-buildpacks

asked 18/09/2024
Stephen DeWhite
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first