What is Google Cloud Run?
Any language, any library, any binary
Developers can write code using any language, framework, and libraries, package it up as a container, run "gcloud run deploy", and the app will be live—provided with everything it needs to run in production. Building a container is completely optional. Developers using Go, Node.js, Python, Java, .NET Core, or Ruby, can use the source-based deployment option that builds the container using the best practices for the language in use.
Fast autoscaling
Whether for event-driven, long running services or containerized jobs to process data, Cloud Run automatically scales containers up and down from zero. This means users only pay when their code is running.
Automatically build container images from your source
Cloud Run can also automate how you get to production, using buildpacks to enable you to deploy directly from source—without having to install Docker on your machine. You can automate your builds and deploy your code whenever new commits are pushed to a given branch of a Git repository.
Run scheduled jobs to completion
Cloud Run jobs allow you to perform batch processing, with instances running in parallel. Execute run-to-completion jobs that do not respond to HTTP requests—all on a serverless platform. Let your jobs run for up to 24 hours!
Direct VPC connectivity
Send traffic to a VPC network directly and connect with all the services you have running on the VPC.
Categories & Use Cases
Technical Details
| Deployment Types | SaaS |
|---|---|
| Mobile Application | No |



