cluster-docs

git clone git://archive.git.mtrnord.blog/MTRNord/cluster-docs.git
Log | Files | Refs

commit 9cb5ea3db925fbb6ee662c6d8cd8874e85aa9b87
parent 30c7a463c1d96d2aabe5460bce9f3094e2a764e0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 21 Mar 2025 11:18:44 +0100

move authentik to the infrastructure section and add envoy

Diffstat:
Mmodules/ROOT/nav.adoc | 3++-
Mmodules/ROOT/pages/authentik.adoc | 2++
Amodules/ROOT/pages/envoy.adoc | 21+++++++++++++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc @@ -1,5 +1,6 @@ * Concepts * Applications -** xref:authentik.adoc[] * Infrastructure +** xref:envoy.adoc[] +** xref:authentik.adoc[] diff --git a/modules/ROOT/pages/authentik.adoc b/modules/ROOT/pages/authentik.adoc @@ -38,4 +38,6 @@ Authentik provides the central SSO and identity management for the cluster. == Recovery Procedures +NOTE: Some of this is already being handled by recovering the database and redeploying. Only the Redis is not backed up. + Not available yet. \ No newline at end of file diff --git a/modules/ROOT/pages/envoy.adoc b/modules/ROOT/pages/envoy.adoc @@ -0,0 +1,20 @@ += Envoyproxy +:doctype: book +:author: MTRNord +:revnumber: 1.0 +:revdate: 2025-03-21 + +Envoyproxy Gateway provides the ingress for the cluster using the Kubernetes Gateway API. + +== Application Overview + +- **Website**: https://gateway.envoyproxy.io/ +- **Deployed Version**: >=1.2.7 +- **Namespace**: envoy-gateway +- **Helm Chart**: Official Helm Chart (oci://docker.io/envoyproxy/gateway-helm) +- **Are Alerts setup?**: No +- **Backups**: None + +== Recovery Procedures + +Redeploy the Helm Chart. +\ No newline at end of file