Proxmox is the way to go in businesses right now to replace Vmware
Comment on VMware perpetual license holders receive cease-and-desist letters from Broadcom
DFX4509B_2@lemmy.org 1 year ago
This is why KVM is a good option, or even Hyper-V for Windows hosts.
NGC2346@sh.itjust.works 1 year ago
Waraugh@lemmy.dbzer0.com 1 year ago
Our move to XCP-ng Hypervisors with XOA has been a great experience.
one_knight_scripting@lemmy.world 1 year ago
I would argue for Apache Cloudstack personally.
DFX4509B_2@lemmy.org 1 year ago
And virt-manager is pretty solid for hobbyist tinkering too.
Kazumara@discuss.tchncs.de 1 year ago
Yeah I’d second that. It’s good for discovering valid settings as you get start, and then once you want to do more complicated stuff, the XML option view becomes useful, and then if you want to try on CLI after all you can start using virsh to administer the same VMs.
At least that’s how I progressed through the stages as I started messing with a Windows VM for a game that doesn’t lend itself to hosting on Linux natively.
rpa@europe.pub 1 year ago
There is a KVM equivalent on MacOS, Apple’s Hypervisor virtualization framework.
KVM is just the kernel side, you need QEMU (for example) on userland. On MacOS you have now UTM.
DFX4509B_2@lemmy.org 1 year ago
I didn’t even know that was a thing. Cool!