Reference Architectures
These architectures are review blueprints. They do not replace organization-specific design, but they help platform teams avoid missing important boundaries.
Architecture set
| Architecture | Use when |
|---|---|
| Production Cluster | You need a baseline cluster design. |
| Multi-Tenant Security | Multiple teams or tenants share infrastructure. |
| Observability Pipeline | You need standardized metrics, logs, traces, and events. |
| GitOps Flow | You need deployment flow and drift control. |
| LLM Inference Stack | You run model serving on GPU node pools. |
| RAG Platform | You design production retrieval augmented generation. |