Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Deployment

Gaius uses RKE2 Kubernetes for production services (Metaflow, supporting infrastructure) and local process-compose for the core platform.

Local Development

The primary deployment model is local, using devenv process-compose:

devenv processes up    # Start all services
devenv processes down  # Stop all services
just restart-clean     # Clean restart (preferred)

Kubernetes Services

Supporting services run in RKE2 Kubernetes:

ServiceNamespacePurpose
Metaflow metadatadefaultFlow run tracking
Metaflow UIdefaultWeb dashboard

Kubernetes resources are managed via Tilt in infra/tilt/.

See Also