How it works
From zero to production-ready private cloud
1
Define
Configure your infrastructure with simple YAML files
platform.yaml
features/
- mail.yaml
- sso.yaml
- monitoring.yaml2
Validate
CLI performs security checks and cost estimation
$ soverstack validate
✓ Schema valid
✓ Security checks passed
€ Estimated cost: €450/mo3
Provision
Servers and networks are automatically provisioned
$ soverstack provision
+ 3 servers
+ 5 networks
+ 2 load balancers4
Configure
OS and Kubernetes are automatically configured
$ soverstack configure
• OS hardening
• Proxmox cluster
• Kubernetes bootstrap5
Deploy
Your private cloud is ready with TLS, storage, and monitoring
$ kubectl apply -f platform/
✓ Ingress deployed
✓ TLS certificates
✓ Storage ready6
Scale
Add capacity anytime. Scale up or burst to public cloud.
$ soverstack status
Cluster: healthy
Nodes: 3/3
Workloads: 12 runningDeployment timeline
Define & Validate
~5 minProvision Infrastructure
~15 minConfigure & Deploy
~20 minReady for Production
~40 min total