authelia/docs/content/en/roadmap/active/kubernetes-documentation.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

---
title: "Kubernetes Documentation"
description: "Add better Kubernetes documentation."
lead: "While there is some documentation for Kubernetes, and several people have it working, better documentation is needed."
date: 2022-03-20T21:18:42+11:00
draft: false
images: []
menu:
roadmap:
parent: "active"
weight: 250
toc: true
2022-06-28 03:55:50 +00:00
aliases:
- /r/k8s-docs
---
## Stages
This section represents the stages involved in implementation of this feature. The stages are either in order of
implementation due to there being an underlying requirement to implement them in this order, or in their likely order
due to how important or difficult to implement they are.
### Integration Documentation
{{< roadmap-status stage="in-progress" >}}
Provide some generalized integration documentation for [Kubernetes].
### Helm Chart
{{< roadmap-status stage="in-progress" >}}
Develop and release a [Helm] [Chart](https://helm.sh/docs/topics/charts/) which makes implementation on [Kubernetes]
easy.
This is currently in progress and there is a [Helm Chart Repository](https://charts.authelia.com). This is considered
beta and the chart itself has a lot of work to go.
### Kustomize
{{< roadmap-status >}}
Implement a [Kustomize] bundle people can utilize with [Kubernetes].
[Helm]: https://helm.sh/
[Kubernetes]: https://kubernetes.io/
[Kustomize]: https://kustomize.io/