Google Cloud Run

Serverless / Compute: GoogleCloud Run

Cloud Run is a serverless computing service that automatically scales containerized applications based on incoming requests. It allows developers to deploy stateless, HTTP-driven applications without having to manage the underlying infrastructure. It supports both public and Anthos-based private deployments.

Use case examples

  • Running microservices in a containerized environment
  • Building scalable APIs and web applications
  • Serverless event processing
Browse services