Running MicroVMs in Proxmox VE, the Easy Way
- Infrastructure
- Open Source
- Developer Tools
- Virtualization
The post is a hands-on write-up for running MicroVMs inside Proxmox VE by patching Proxmox to expose QEMU’s minimal `microvm` machine type. The pitch is simple. Keep Proxmox’s cluster and UI, but swap in a much smaller virtual hardware model so boot is faster, legacy emulation disappears, and isolation stays stronger than containers. That makes it attractive for coding agents, disposable sandboxes, and other short-lived jobs where a normal VM spends too much time pretending to be a full PC before it does useful work.
If you already run Proxmox, this points to a plausible path for agent sandboxes and short-lived workloads, but only if first-class support lands upstream. For now, treat patched MicroVM setups as promising lab infrastructure and put most of your evaluation effort into control-plane automation, guest startup trimming, and device support rather than raw hypervisor speed.
-
taoofmac.com
- Discuss on HN