People largely bought the value proposition, especially for homelabs and VMware-replacement setups already standardized on Proxmox. The interesting pushback was not about whether MicroVMs are real. It was about where the time actually goes and what breaks first. Several comments said hypervisor boot is only part of the latency budget. A fast kernel still leaves userspace init, networking, guest-agent readiness, and snapshot or clone plumbing. For agent workloads, the number that matters is time from API call to usable shell or exec, not just “guest kernel started.” Others pointed out that if you want very fast bring-up, you may need to go further than the post does by stripping guest services, avoiding persistent storage, or replacing normal networking with
AF_VSOCK.
A second theme was operational risk. The implementation patches `pve-daemon`, which readers saw as clever but brittle. People said that is fine for experimentation, but it will stay niche until Proxmox absorbs it as a supported feature. There was also pragmatic skepticism from users who already get near-native performance from ordinary VMs once they are running. If your workloads are long-lived, the gain from skipping
GRUB and legacy probing may not justify the added complexity.
Comments also expanded the landscape around the post. `
libkrun` and `
krun` came up as adjacent ways to get MicroVM isolation under container-style workflows, and `smolvm` was offered as an open source local alternative.
Firecracker-based products like SlicerVM were discussed less as direct competitors on benchmarks and more as examples that the control plane is where products differentiate.
GPU support was the clearest missing capability. People want
CUDA without full GPU passthrough, and current options around
VFIO, `
virtio-gpu`, and
Venus still leave painful gaps. The overall conclusion was upbeat but practical. MicroVMs look increasingly useful now that orchestration is catching up, but the limiting factor is not proving they boot fast. It is turning them into a boring, automatable primitive inside existing infrastructure.