Skip to content

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-status

Architecture

  • 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

Released under the MIT License.