What problem does it solve?
This skill streamlines the deployment, scaling, and management of Cloud Run services in Google Cloud, reducing manual setup and repetitive tasks.
Core Features & Use Cases
- Service discovery and deployment: List existing Cloud Run services and deploy new or updated services from source or container images.
- Traffic and configuration management: Configure traffic splits, region settings, memory, CPU, and concurrency to optimize performance and cost.
- Observability and maintenance: Retrieve and monitor logs, status, and revisions to maintain reliability across environments.
- Use Case: Deploy a new service from a local Dockerfile, route traffic to the new revision, and adjust autoscaling settings for production workloads.
Quick Start
Use the gcp-cloudrun skill to deploy a new service from a Dockerfile in the current directory, then route traffic to the new revision.