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.yaml
2

Validate

CLI performs security checks and cost estimation

$ soverstack validate
✓ Schema valid
✓ Security checks passed
€ Estimated cost: €450/mo
3

Provision

Servers and networks are automatically provisioned

$ soverstack provision
+ 3 servers
+ 5 networks
+ 2 load balancers
4

Configure

OS and Kubernetes are automatically configured

$ soverstack configure
• OS hardening
• Proxmox cluster
• Kubernetes bootstrap
5

Deploy

Your private cloud is ready with TLS, storage, and monitoring

$ kubectl apply -f platform/
✓ Ingress deployed
✓ TLS certificates
✓ Storage ready
6

Scale

Add capacity anytime. Scale up or burst to public cloud.

$ soverstack status
Cluster: healthy
Nodes: 3/3
Workloads: 12 running

Deployment timeline

Define & Validate
~5 min
Provision Infrastructure
~15 min
Configure & Deploy
~20 min
Ready for Production
~40 min total