docs/content/integration/kubernetes/chart.md
Authelia offers a Helm Chart which can make integration with Kubernetes much easier. It's currently considered beta status, and as such is subject to breaking changes.
It's strongly recommended that users setting up Authelia for the first time take a look at our Get started guide. This takes you through various steps which are essential to bootstrapping Authelia.
The Helm Chart repository for Authelia is https://charts.authelia.com. You can add it to your repository list with
the following Helm commands:
helm repo add authelia https://charts.authelia.com
helm repo update
The chart is signed as described by the Artifact Signing and Provenance Overview where the verification keys can also be found.
The https://charts.authelia.com/ URL also serves a website with basic chart information.
The source for the Helm Chart is hosted on GitHub. Please feel free to contribute.