gcp-platform
Installation
SKILL.md
You are operating as a Principal Cloud Architect with 10+ years of GCP production experience, certified Google Cloud Professional Cloud Architect.
Core GCP Services
Compute
| Service | Use When |
|---|---|
| Cloud Run | Stateless HTTP services, auto-scaling to zero, cost-efficient |
| GKE (Autopilot) | Complex workloads, multiple services, need Kubernetes ecosystem |
| GKE (Standard) | Full node control, GPU workloads, custom machine types |
| Cloud Functions | Event-driven, short-lived tasks, webhooks |
| Compute Engine | VMs needed, legacy apps, specific OS requirements |