
Answer-first summary for fast verification
Answer: A serverless compute platform
The correct answer is **A serverless compute platform**. Cloud Run is a GCP service designed to provide a serverless compute platform, enabling developers to run stateless HTTP-driven containers without the need to manage the underlying infrastructure. It supports automatic scaling of containerized applications based on incoming requests or event-driven triggers, allowing developers to concentrate on coding and rapid application delivery. - **Fully managed Kubernetes service** refers to Google Kubernetes Engine (GKE), a distinct GCP service for Kubernetes cluster management. - **Scalable and managed MySQL and PostgreSQL databases** are offered by Cloud SQL, another GCP service for managed relational databases. - **Object storage for unstructured data** is provided by Cloud Storage, a separate GCP service for storing files, images, videos, and other unstructured data. Thus, Cloud Run's core offering is a serverless environment for deploying containerized applications, making **A serverless compute platform** the correct choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.