cloud-run
Installation
SKILL.md
Cloud Run
Deploy and manage containerized applications on Google Cloud Run. Covers service deployment, revision management, traffic splitting, and log inspection.
When to Use
- Deploying containerized web applications or APIs to Google Cloud
- Managing Cloud Run services (scaling, traffic, revisions)
- Setting up serverless container deployments
- Inspecting Cloud Run service logs and metrics
- Configuring environment variables and secrets for Cloud Run services
Prerequisites
- Google Cloud SDK (
gcloud) installed and authenticated - Docker or Cloud Build for container image building
- A GCP project with Cloud Run API enabled