Google Cloud RunBETA

Run stateless containers on a fully managed environment or in your own GKE cluster.

Cloud Run is a managed compute platform that automatically scales your stateless containers. Cloud Run is serverless: it abstracts away all infrastructure management, so you can focus on what matters most — building great applications. It is built from Knative, letting you choose to easily run your containers either fully managed with Cloud Run, or in your Google Kubernetes Engine cluster with Cloud Run on GKE.

Container to production in seconds

Many serverless platforms add constraints around support for languages, libraries, or even restrict the way you code. Cloud Run enables you to write code your way by allowing you to easily deploy any stateless containers that listen for requests or events delivered via HTTP. Containers offer flexibility and portability of workloads. With Cloud Run, you can build great applications in your favorite language, with your favorite dependencies and tools, and deploy them in seconds.

.. Leverage container workflows and standards

Containers have become a standard to package and deploy code and its dependencies. Cloud Run pairs great with the container ecosystem: Cloud BuildContainer Registry, Docker.