ASSOCIATE-CLOUD-ENGINEER · Question #90
You need to deploy an application, which is packaged in a container image, in a new project. The application exposes an HTTP endpoint and receives very few requests per day. You want to minimize costs
The correct answer is A. Deploy the container on Cloud Run.. Cloud Run takes any container images and pairs great with the container ecosystem: Cloud Build, Artifact Registry, Docker. ... No infrastructure to manage: once deployed, Cloud Run manages your services so you can sleep well. Fast autoscaling. Cloud Run automatically scales up or
Question
Options
- ADeploy the container on Cloud Run.
- BDeploy the container on Cloud Run on GKE.
- CDeploy the container on App Engine Flexible.
- DDeploy the container on Google Kubernetes Engine, with cluster autoscaling and horizontal pod
How the community answered
(50 responses)- A88% (44)
- B2% (1)
- C2% (1)
- D8% (4)
Explanation
Cloud Run takes any container images and pairs great with the container ecosystem: Cloud Build, Artifact Registry, Docker. ... No infrastructure to manage: once deployed, Cloud Run manages your services so you can sleep well. Fast autoscaling. Cloud Run automatically scales up or down from zero to N depending on traffic. https://cloud.google.com/run
Topics
Community Discussion
No community discussion yet for this question.