Cloud Run

Google Cloud's serverless platform for running containerized applications that scales automatically, including to zero. Like having a hosting service that adjusts resources based on demand. Alongside Cloud Functions, it serves as GCP's equivalent of AWS Lambda for flexible serverless compute.

Example: A web application runs on Cloud Run and automatically scales from zero to thousands of users without configuration.

Category: cloud

Difficulty: intermediate