So funktioniert's
Sechsschrittiger Deployment-Prozess
1
Definieren
Schreiben Sie platform.yaml und features/*.yaml (Mail, SSO, Monitoring, Storage)
platform.yaml
features/
- mail.yaml
- sso.yaml
- monitoring.yaml2
Validieren
Soverstack CLI führt Schema-Validierung, Sicherheitschecks und Kostenabschätzung durch
$ soverstack validate
✓ Schema valid
✓ Security checks passed
€ Estimated cost: €450/mo3
Provisionieren
Server und Netzwerke werden automatisch bereitgestellt
$ soverstack provision
+ 3 servers
+ 5 networks
+ 2 load balancers4
Konfigurieren
OS und Kubernetes werden automatisch konfiguriert
$ soverstack configure
• OS hardening
• Proxmox cluster
• Kubernetes bootstrap5
Plattform deployen
Ingress, TLS, Storage und Observability deployen
$ kubectl apply -f platform/
✓ Ingress deployed
✓ TLS certificates
✓ Storage ready6
Betreiben
Upgrade, Scale, Audit, Disaster Recovery
$ soverstack status
Cluster: healthy
Nodes: 3/3
Workloads: 12 runningDeployment-Zeitplan
Definieren & Validieren
~5 MinInfrastruktur provisionieren
~15 MinKonfigurieren & Deployen
~20 MinBereit für Produktion
~40 Min gesamt