gcp-cloud-run
Originally fromsickn33/antigravity-awesome-skills
Installation
SKILL.md
GCP Cloud Run
Table of Contents
Overview
Google Cloud Run enables deployment of containerized applications at scale without managing infrastructure. Run stateless HTTP containers with automatic scaling from zero to thousands of instances, paying only for compute time consumed.
When to Use
- Microservices and APIs
- Web applications and backends
- Batch processing jobs
Related skills