Comment Re:Delaying the inevitable. (Score 2) 31
IMHO they bet on keeping really big customers that are kind of locked-in by using all the vmware goodies although even those customers protest.
I have used vmware starting in 1999 and stopped using it around 2011 to switch to plain qemu/kvm scripts I wrote myself to run my vms.
Nowadays I use proxmox to run about 100 vms now. I might not have all the vmware goodies but if you are able to write your own scripts, it's easy to implement the missing parts you want although things like cluster management, snapshots, live migration and replication come with proxmox out of the box.
Porting a vm from vmware to proxmox is really easy and you can try it for free by simply changing the update repository from the production one to the dev one which has all the same functionality provided:
deb [arch=amd64] http://download.proxmox.com/de... bookworm pve-no-subscription
All updates make it to the pve-no-subscription first then are graduated to the production one after a while and if you want to run the production version, it's way cheaper than vmware.
Proxmox uses qemu/kvm and most cloud vm providers use something based on qemu/kvm nowadays.
I found that running vmware was only worth when the CPUs didn't have any hypervisor flags back in the days. vmware had a custom linux kernel module you needed to rebuild on every kernel update which was the fastest thing around back then.