Google Cloud Digital Leader — Question 140
An organization has a small development team that has created a web application which runs in a single container. They need a simple, serverless, and scalable way to host their container. Which Google service should the organization use?
Answer options
- A. Compute Engine
- B. App Engine
- C. Kubernetes Engine
- D. Cloud Run
Correct answer: D
Explanation
The correct answer is Cloud Run, as it is specifically designed for running containerized applications in a serverless environment, providing automatic scaling. Compute Engine and Kubernetes Engine are more complex options that require more management and are not serverless, while App Engine is tailored for web applications but does not focus solely on container management.