starting homelab RKE2 cluster
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Zwischenstand
|
||||
Der Cluster hat bereits folgendes installiert:
|
||||
- Cilium Netzwerk mit BGP
|
||||
- Envoy Gateway API
|
||||
- Cert-Manager
|
||||
- External DNS für Einträge im Unifi-DNS-Server
|
||||
|
||||
## Weitere Infrastuktur-Bestandteile installieren
|
||||
|
||||
Diese werden mit ArgoCD gemanagt.
|
||||
@@ -0,0 +1,27 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: cluster-infra
|
||||
namespace: argocd
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
repoURL: https://github.com/dein-user/git-repo.git
|
||||
revision: HEAD
|
||||
directories:
|
||||
- path: 08_cluster_infrastructure/*
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
||||
spec:
|
||||
project: cluster-infra
|
||||
source:
|
||||
repoURL: https://github.com/dein-user/git-repo.git
|
||||
path: '{{path}}'
|
||||
helm:
|
||||
values: values-{{cluster.name}}.yaml # Env-spezifisch
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: '{{path.basename}}'
|
||||
syncPolicy:
|
||||
automated: {prune: true, selfHeal: true}
|
||||
Reference in New Issue
Block a user