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. What should you do?
A.
Deploy the container on Cloud Run.
B.
Deploy the container on Cloud Run on GKE.
C.
Deploy the container on App Engine Flexible.
D.
Deploy the container on GKE with cluster autoscaling and horizontal pod autoscaling enabled.
Listen to this guy. Google says "Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously—depending on traffic. Cloud Run only charges you for the exact resources you use."
Correct Answer should be A:
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
Cloud Run es una plataforma serverless que permite ejecutar contenedores de manera altamente escalable y a un costo muy bajo, ya que solo se paga por las solicitudes recibidas y el tiempo de ejecución. Dado que la aplicación recibe pocas solicitudes por día, Cloud Run es la opción más rentable, ya que no incurre en costos cuando no hay tráfico. Además, es fácil de implementar y mantiene la infraestructura al mínimo, lo que optimiza tanto costos como administración.
Can anyone confirm these questions are the exact questions that would come in the exam? I can see there are 201 questions mentioned but I got only 197. Also, with each question, its mentioned topic 1. Does that mean there are more topics for ACE exam?
Definitely the correct answer is A, which is deploying the container on Cloud Run, is the most cost-effective option to deploy a container image that exposes an HTTP endpoint and receives very few requests per day.
Cloud Run is a fully managed serverless platform that allows you to run stateless containers and automatically scales up or down based on incoming requests.
With Cloud Run, you only pay for the actual usage, so if your application receives very few requests per day, your costs will be minimal.
Don't forget that cloud run invoking rules
"Cloud Run redirects all HTTP requests to HTTPS but terminates TLS before they reach your web service."
in last case when i use cloud run with POST request and HTTP method, it will generate bug which redirect the request to GET https header :)
https://cloud.google.com/run/docs/triggering/https-request#
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Gurnoor
Highly Voted 4 years, 5 months agospudleymcdudley
4 years, 4 months agoESP_SAP
Highly Voted 4 years, 3 months agonubelukita45852
Most Recent 2 months agoMohammed52
5 months, 1 week agoMUNHU
5 months, 2 weeks agosubha.elumalai
6 months agoBAofBK
1 year agoBAofBK
1 year agoCaptain1212
1 year, 2 months agosthapit
1 year, 3 months agoyash_901
1 year, 6 months agoBuruguduystunstugudunstuy
1 year, 9 months agocslince
1 year, 11 months agoZoze
2 years agoleogor
2 years agoCornholio_LMC
2 years, 2 months agoxharf
2 years, 3 months ago