docs: add README for cluster infrastructure directory

This commit is contained in:
2026-03-06 21:21:17 +00:00
parent 9e4c75a2b1
commit f8e04d4751
+13
View File
@@ -0,0 +1,13 @@
# 🏗️ Cluster Infrastructure
Dieser Ordner enthält alle zentralen Infrastruktur-Komponenten, die für den Betrieb des Clusters notwendig sind.
## 🤖 GitOps Automatisierung
Alle Unterordner in diesem Verzeichnis werden automatisch vom ArgoCD **ApplicationSet** `cluster-infra` erfasst und im Cluster deployed.
### Aktuelle Komponenten:
- **`nfs-csi`:** Ermöglicht die Nutzung von NFS-Speicher für PersistentVolumes.
- **`vpa`:** Vertical Pod Autoscaler zur automatischen Anpassung von Ressourcen-Requests.
---
*Verwaltet via ArgoCD GitOps*