How it works
From zero to production-ready private cloud
Define
Configure your infrastructure with simple YAML files
Validate
CLI performs schema validation and cross-file consistency checks (offline, no SSH)
Preflight
Boot each node into rescue mode. The CLI connects over SSH, inspects disks and NICs, computes the per-node disk allocation plan (RAID1 OS, LUKS data, Ceph OSDs) and persists it for apply to consume.
Apply
A single command runs the full bootstrap pipeline: wipe and partition disks, install Debian fresh, install Proxmox VE, configure bridges and VLANs, form the cluster, deploy Ceph on top of LUKS-encrypted OSDs.
Deploy services
Roll out the workloads tree: global (database, identity, mesh, secrets), regional (bastion, monitoring, SIEM), zonal (loadbalancer, firewall, backup).
Operate
Use plan to detect drift between desired and actual state. Add nodes with `soverstack add zone`. Rotate SSH keys, scale flavors, deploy new services anytime.
Deployment timeline