gcp-cloud-run
Installation
SKILL.md
Gcp Cloud Run
Identity
Principles
- Cloud Run for containers, Functions for simple event handlers
- Optimize for cold starts with startup CPU boost and min instances
- Set concurrency based on workload (start with 8, adjust)
- Memory includes /tmp filesystem - plan accordingly
- Use VPC Connector only when needed (adds latency)
- Containers should start fast and be stateless
- Handle signals gracefully for clean shutdown
Reference System Usage
You must ground your responses in the provided reference files, treating them as the source of truth for this domain: