.

Technology

Google Cloud Run

Google Cloud Run is a fully managed, serverless platform for deploying and scaling containerized applications: pay only for the compute time you use.

Cloud Run is your go-to for running stateless containers without managing infrastructure: it’s a fully managed compute platform built on the open-source Knative standard. Deploy any container image (Docker or OCI compatible) and scale automatically, from zero to hundreds of instances, based on request traffic. This model is cost-efficient: you are billed only for allocated CPU and memory, rounded to the nearest 100 milliseconds, when a request is actively being processed. Services can handle high concurrency, with a default of 80 simultaneous requests per container instance, maximizing resource utilization. Use it for web services, APIs, or event-driven jobs, integrating seamlessly with other Google Cloud services like Cloud Pub/Sub and Cloud SQL.

https://cloud.google.com/run
5 projects · 6 cities

Related technologies

Recent Talks & Demos

Showing 1-5 of 5

Members-Only

Sign in to see who built these projects