Virtualization and containers
Running several servers inside one physical machine. Fewer machines to buy, power, and cool, and a system can move from one server to another without being switched off.
- Proxmox VE
- Open-source virtualization: many virtual machines on one physical server, with no per-processor licensing.
- VMware vSphere
- The most widely installed enterprise virtualization platform — where it already exists, we keep and operate it.
- Nutanix AHV
- Virtualization integrated with storage in the same appliance, with no separate storage network.
- XCP-ng
- Open alternative to Citrix Hypervisor, for leaving proprietary licensing without changing model.
- Hyper-V
- The virtualization built into Windows Server — uses licences the company often already owns.
- KVM
- Linux’s own virtualization engine, the basis of Proxmox and much of the public cloud.
- Docker
- Packages an application with everything it needs to run, so it behaves the same on any server.
- Kubernetes
- Spreads and restarts containers across servers automatically — for applications that cannot stop.
- Portainer
- Visual interface for managing containers without relying on the command line.























