Kubernetes Deployment
Deploy Torale to GKE with full production setup.
Prerequisites
- GKE cluster
- Cloud SQL PostgreSQL
- Temporal Cloud account
- Domain with DNS access
Quick Deploy
bash
# One-time setup
just k8s-setup
# Deploy
just k8s-deploy-all
# Check status
just k8s-statusArchitecture
- GKE Autopilot - Managed Kubernetes
- Cloud SQL - Managed PostgreSQL
- Temporal Cloud - Workflow orchestration
- GCE Load Balancer - Ingress with SSL
- Spot VMs - 60-91% cost savings
Helm Configuration
See helm/torale/values.yaml for all configuration options.
Next Steps
- Read CI/CD Setup
- View Production Best Practices