Hacker News new | ask | show | jobs
by fractalcat 3818 days ago
I've run barebones hypervisors in production for years; KVM is head and shoulders above everything else I've tried. libvirt and virsh provide a reasonably nice interface if you don't need web-based tooling, and of course config management makes everything a lot easier to maintain. I haven't used salt, but if it has mature tooling for what you need, KVM would be a no-brainer for me.
1 comments

oVirt is the web interface for libvirt stuff. There is also virt-manager for a desktop GUI for libvirt stuff.

ganeti is an alternative to libvirt.