Skip to main content

Deploy self-hosted Ory with Helm

Primary documentation

The official Ory Helm charts are documented at Kubernetes Helm Chart. That page is the source of truth; this entry exists so the charts are discoverable alongside the other IaC and DevOps integrations.

The official Ory Helm charts deploy the self-hosted Ory stack (Kratos, Hydra, Keto, Oathkeeper) on Kubernetes. Charts live in github.com/ory/k8s and are hosted at https://k8s.ory.sh/helm/charts.

helm repo add ory https://k8s.ory.sh/helm/charts
helm repo update
helm install kratos ory/kratos --namespace ory --create-namespace -f kratos-values.yaml

See Kubernetes Helm Chart for the full guide, and Terraform for managing Ory Network (rather than self-hosted) resources as code.