On Kubernetes

This section explains how to install lockc on a Kubernetes cluster with helm.

The helm chart is available on lockc-helm-chart website. Installation with default values can be done with:

kubectl apply -f https://lockc-project.github.io/helm-charts/namespace.yaml
helm repo add lockc https://lockc-project.github.io/helm-charts/
helm install -n lockc lockc lockc/lockc

More info on lockc helm chart installation can be found here