
Answer-first summary for fast verification
Answer: Deploy the container on Cloud Run.
The correct answer is A: Deploy the container on Cloud Run. Cloud Run abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously, depending on traffic. Since the application receives very few requests per day, Cloud Run is the most cost-effective solution, as you only pay for the actual usage. It handles all infrastructure management and ensures minimal costs when the application is idle.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Google Associate Cloud Engineer, you are tasked with deploying an application that is packaged within a container image into a newly created project. This application exposes an HTTP endpoint and is expected to handle a minimal number of requests daily. Given these conditions, you aim to optimize and reduce associated costs. What should be your approach?
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.
No comments yet.