Skip to main content

Kubernetes + Helm (Recommended)

Our official Helm chart can be used to setup and install the Authorizer platform in a Kubernetes cluster. For more information, please refer to the official Helm chart's documentation.

To install an instance of the Authorizer platform using the Helm chart, create a values.yaml file with your release specific Helm values and then run the following commands:

helm repo add authorizer-tech https://charts.authorizer.tech
helm install authorizer -f values.yaml authorizer-tech/authorizer