What problem does it solve?
This Skill eliminates the need to manually search through scattered Google Cloud documentation to deploy, configure, and troubleshoot Cloud Run resources, reducing deployment time and avoiding common configuration errors for serverless workloads.
Core Features & Use Cases
- Multi-Resource Management: Provides step-by-step guidance for deploying and managing Cloud Run services (HTTP-facing apps), jobs (scheduled/parallel tasks), and worker pools (pull-based background processing).
- Deployment Flexibility: Supports deployment from container images or source code, with guidance for both buildpack-based and no-build deployment workflows.
- Troubleshooting & IaC Support: Includes solutions for common deployment failures, IAM permission setup, and Terraform templates for infrastructure as code.
Use Case: A developer can use this Skill to deploy a web API service, set up a daily data processing job, and configure a Kafka consumer worker pool in minutes without manual documentation lookup.
Quick Start
Use the cloud-run-basics skill to deploy a new Cloud Run service from your local source code to the us-central1 region with public access enabled.