Comparisons
How DockNimbus compares to other tools and platforms in the self-hosted and cloud-native ecosystem.
At a glance
| Platform | Category | Key difference from DockNimbus |
|---|---|---|
| Canonical LXD | System container/VM manager | Manages machines, not infrastructure |
| OpenShift | Enterprise Kubernetes platform | Full enterprise stack, heavy resource requirements |
| Kubernetes | Container orchestration | One layer of the stack; DockNimbus is the whole stack |
| Proxmox VE | Hypervisor | VM-level abstraction, x86 only |
| Nomad | Workload orchestrator | Better scheduler, but needs Consul + Vault for a full platform |
| Rancher | Multi-cluster K8s management | K8s management plane, not a bare-metal-to-workload platform |
| Portainer | Container management UI | UI layer for existing infrastructure, doesn't build it |
| Dokku | Self-hosted PaaS | Single-node, app-level abstraction (git push to deploy) |
| CapRover | Self-hosted PaaS | App store experience, no IaC or advanced networking |
| Coolify | Self-hosted PaaS | Modern developer UX, no clustering or mesh networking |
| MicroCloud | Small-scale private cloud | Mini private cloud (LXD + Ceph + OVN), requires 3+ x86 nodes |
Where DockNimbus fits
DockNimbus occupies a unique position: it's a bare-metal-to-workload platform for heterogeneous hardware. Most tools either operate at a higher level (PaaS — deploy apps) or a lower level (hypervisors — manage VMs). DockNimbus bridges the gap by taking raw machines and turning them into a managed cloud with orchestration, networking, and storage built in.
Higher abstraction (app-focused)
┌─────────────────────────────┐
│ Coolify, Dokku, CapRover │ ← Push code, get a running app
├─────────────────────────────┤
│ OpenShift, Rancher │ ← Manage Kubernetes at scale
├─────────────────────────────┤
│ ★ DockNimbus │ ← Bare metal → clusters → workloads
├─────────────────────────────┤
│ Kubernetes, Nomad, Swarm │ ← Orchestrate containers on a cluster
├─────────────────────────────┤
│ Proxmox, LXD, MicroCloud │ ← Manage VMs / system containers
└─────────────────────────────┘
Lower abstraction (machine-focused)