Google Cloud serverless platform for running containerized applications. Like having a hosting service that automatically adjusts resources based on demand.
A web application runs on Cloud Run and automatically scales from zero to thousands of users without configuration.
Cloud Run is a fully managed serverless platform for running containers with request-based autoscaling (including scale to zero). AWS App Runner and Azure Container Apps are the closest managed equivalents for web apps/APIs with autoscaling. OCI Container Instances runs containers without managing servers but is not the same request-driven serverless model as Cloud Run.
Explore real-world architectures from our community that use Cloud Run: