
Explanation:
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.
Thus, Cloud Run's core offering is a serverless environment for deploying containerized applications, making A serverless compute platform the correct choice.
Ultimate access to all questions.
What is the primary service provided by Cloud Run in Google Cloud Platform (GCP)?
A
Fully managed Kubernetes service
B
Scalable and managed MySQL and PostgreSQL databases
C
A serverless compute platform
D
Object storage for unstructured data
No comments yet.