Getting Started with Google Cloud Run

Get an overview of Google Cloud Run.

Google Cloud Run is a fully managed compute platform for deploying and scaling containerized applications quickly and securely.

Since it uses container images, we can write code in any language we want. We can use any application server and any dependencies. Long story short, if an application and everything it needs can be packaged into a container image, it can be deployed to Google Cloud Run. The service abstracts infrastructure management, allowing us to focus on our applications and the business value we’re trying to create. It provides automated scaling and redundancy, which results in high availability. It has integrated logging, monitoring, and strict isolation. The pricing is based on pay-per-use.

Get hands-on with 1200+ tech skills courses.