Member-only story

Google Cloud -Cloud Run [APPRUN]

Komal Agrawal
1 min readJul 14, 2023

Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests.

Cloud Run is serverless: it abstracts away all infrastructure management, so you can focus on what matters most — building great applications.

Cloud Run is built from Knative, letting you choose to run your containers either fully managed with Cloud Run, or in your Google Kubernetes Engine cluster with Cloud Run on GKE.

Cloud Run Logo

In the below video, you will learn how to

  • Enable the Cloud Run API.
  • Create a simple Node.js application that can be deployed as a serverless, stateless container.
  • Containerize your application and upload it to Container Registry (now called “Artifact Registry.”)
  • Deploy a containerized application on Cloud Run.
  • Delete unneeded images to avoid incurring extra storage charges.

Video Link: https://www.youtube.com/watch?v=Yx5umTvWARE

Steps:

Task 1. Enable the Cloud Run API and configure your Shell environment
Task 2. Write the sample application
Task 3. Containerize your app and upload it to Artifact Registry
Task 4. Deploy to Cloud Run
Task 5. Clean up

Done !!!

Thank you :)

--

--

Komal Agrawal
Komal Agrawal

Written by Komal Agrawal

Test Engineer @HCLTech, GCP DevOps Certified, Reader & Writer

No responses yet