summaryrefslogtreecommitdiff
path: root/docs/content/en/roadmap/active/kubernetes-documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/roadmap/active/kubernetes-documentation.md')
-rw-r--r--docs/content/en/roadmap/active/kubernetes-documentation.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/content/en/roadmap/active/kubernetes-documentation.md b/docs/content/en/roadmap/active/kubernetes-documentation.md
new file mode 100644
index 000000000..4b64278c2
--- /dev/null
+++ b/docs/content/en/roadmap/active/kubernetes-documentation.md
@@ -0,0 +1,45 @@
+---
+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
+---
+
+## 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/