Kubernetes and Helm
Deploy Conduit with the official Helm chart.
Conduit is Kubernetes-first. Official chart: conduit-platform/conduit.
helm repo add conduit-platform https://conduitplatform.github.io/helm-charts/
helm install -f values.yaml conduit conduit-platform/conduitStarter values live in the Conduit repo under deploy/k8s/values/.
Configure ingress for:
- Admin UI and Admin API
- Router (Client API)
For local clusters see the Conduit repo deploy/k8s/minikube.md. Chart defaults target dev/demo — use external DB, Redis, and observability stacks for production.
See also conduit-helm-charts for advanced layouts.