Topic 1 Question 239
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?
Compute Engine
App Engine
Kubernetes Engine
Cloud Run
ユーザの投票
コメント(3)
D: Cloud Run is a fully managed compute platform that enables organizations to run stateless containers in a serverless environment. With Cloud Run, developers can deploy containerized applications quickly and easily without worrying about managing infrastructure. Cloud Run automatically scales the application based on incoming traffic, ensuring that resources are allocated efficiently to handle demand. This makes it an ideal choice for hosting containerized web applications, providing simplicity, scalability, and cost-effectiveness.
C. Kubernetes Engine
Kubernetes Engine is a managed Kubernetes service that enables organizations to deploy, manage, and scale containerized applications using Kubernetes. While it offers scalability and management features, it may be more complex and require more configuration than Cloud Run for a small development team seeking a simpler solution.
👍 2Vivek0072024/04/29D cloud run
👍 1Dadadagreat2024/10/06- 正解だと思う選択肢: D
D. Cloud Run
Cloud Run is a fully managed, serverless platform that allows organizations to run containers without managing the underlying infrastructure. It's simple, scalable, and can automatically handle changes in traffic, making it an ideal choice for hosting a containerized web application in a serverless manner. It supports both small and large-scale applications and automatically scales based on demand.
👍 1joshnort2025/01/15
シャッフルモード