Deployment Support
Use this page to check which Router deployment paths and integrations the project maintains. It does not certify every platform, model server, model, or accelerator combination.
If you are still choosing a topology, start with Choose a Deployment. For wire formats and endpoint configuration, use Protocol Compatibility and Backend Target Compatibility.
What each status means
| Status | Meaning |
|---|---|
| Maintained reference stack | The project owns and tests the installation or lifecycle contract. |
| Supported integration | The project tests the Router-side connection; the external platform owns its lifecycle. |
| Experimental example | The files demonstrate a feature or test topology that you must qualify. |
| Deprecated | The option remains temporarily for a documented migration. |
Evidence tags show the strongest recurring check: PR CI runs an end-to-end profile, Contract validates static contracts without the external platform, and Manual requires an opt-in environment.
Use one tested version set
For each linked option:
- use an external platform version named in its guide; if none is named, treat your choice as unqualified until you test it;
- take every Semantic Router artifact you use—the CLI, chart, CRDs, controller, and images—from one release; and
- test that exact set in your environment before upgrading any one component.
Support covers that tested version set, not every version supported by the external project.
Maintained reference stacks
| Option | Classification | Project coverage |
|---|---|---|
| Helm chart | Maintained reference stack | Contract. Router, optional Dashboard, ingress, autoscaling, persistence, and observability resources. Gateways and storage remain external. |
| Local deployment | Maintained reference stack | PR CI. The CLI manages Router, Envoy, Dashboard, and support services. You provide custom model endpoints and harden local defaults. |
| Kubernetes Operator | Maintained reference stack | PR CI + Contract. The project owns CRDs, reconciliation, Router workloads, Services, and routing APIs. Kubernetes schedules workloads; your gateway carries traffic. |