infra/ | Cloud substrate per provider (GKE today, Hetzner as the portability target). OpenTofu roots plus thin cluster prerequisites. |
bootstrap/ | The Argo CD install (pinned Helm chart) and repo credential. The GitOps entry point. |
clusters/<cluster>/ | The deployment-profile catalog for a cluster: catalog/ (child Applications grouped by capability), appsets/ (one ApplicationSet per layer), projects/ (the platform AppProject guardrail). |
platform/ | Cluster services: observability, external-secrets, Kueue, KEDA, cert-manager, identity, security policy. |
serving/ | Model servers: raw vLLM, KServe, and llm-d. |
routing/ | The inference gateway, edge gateway, and MCP gateway. |
experience/ | End-user and automation surfaces: Open WebUI, Tabby, key-portal, and n8n. |
workloads/ | GPU smoke job and Kueue demos. |
benchmarks/ | The serving benchmark jobs and recorded runs. |
dashboards/ | Grafana dashboards. |
environments/<env>/config.yaml | The single source of fork configuration: repository URL, project ID, domain, and feature flags. |
scripts/ | The resolver and operations scripts that the make targets call. |
tests/ | Golden-file tests for the config resolvers. |
docs/public/ | This documentation site. The only part of docs/ that publishes. |