What problem does it solve?
This Skill unit provides comprehensive tools for deploying and managing Google Cloud services, including serverless containers, event-driven functions, Kubernetes workloads, and virtual machines, with an emphasis on cost optimization and efficiency.
Core Features & Use Cases
- Cloud Run: Deploy serverless containers and leverage scale-to-zero and pay-per-request pricing.
- Cloud Functions v2: Run single-function code in response to events, leveraging Cloud Run under the hood.
- GKE Autopilot & Standard: Manage Kubernetes workloads with managed nodes or full control over VMs.
- Compute Engine: Provision and manage virtual machines for persistent workloads with a variety of configurations.
- Hybrid Solutions: Build solutions that integrate Cloudflare and GCP, leveraging edge computing and container workloads.
Quick Start
Deploy a new Cloud Run service using the following command:
gcloud run deploy my-service --image europe-west2-docker.pkg.dev/my-app-prod/my-repo/my-service:v1 --region africa-south1