Remix.run Logo
dleslie 5 hours ago

> Other companies, including Microsoft (Hyper-V) and Proxmox, have also been aggressively courting disgruntled VMware customers.

I think I'm among the few in my peer group who hasn't yet started running Proxmox on their home server.

observationist 5 hours ago | parent | next [-]

It's worth it. The increased participation and discussion have given a little momentum in usability, and AI on hand makes the learning curve very manageable. If you're already familiar with vmware, virtualization in general, it's a pretty easy transition.

Highly recommended.

BLKNSLVR 5 hours ago | parent [-]

Agreed!

I switched from VMWare to Proxmox a few years ago because Proxmox supported a wider range of network cards that were more common in the cheap desktop computers I use in my homelab, whilst VMWare almost required an Intel network card (which was usually fine for server hardware).

It was a surprisingly easy transition that I have not regretted one bit. I'm not sure whether there that was an actual migration path, without reinstalling servers from scratch. Homelab meant it didn't quite have the requirements of a production system...

observationist 2 hours ago | parent [-]

I'm kinda hoping AI agents pass the threshold of being able to reliably do a complete production migration sometime this year. We've got a couple years left on the vmware contract, and it's just obscene what they've done, with the price hikes, degraded support, etc.

At this point they're more an enterprise scheme to maximize license profiteering for compatible software and OS "per core" licensing in conjunction with hardware platform providers. It'd be cool if the support were worth the price, but in most enterprise cases, you're going to save a lot of money if you pay enough full time staff to purchase, build, maintain, and operate a virtualization environment compared to what the enterprise platforms provide. In most cases, you'll save more than enough to keep a better specced system completely redundant with spare hardware on hand.

ghaff 5 hours ago | parent | prev [-]

Honestly? VMs are a level of complexity I haven't felt a reason to fuss around with at home for at least the past five years. Just not interested.

I'm told that Kubevirt with Kubernetes has also been a winner among customers post Broadcom acquisition who were really reluctant to go beyond VMware previously.

stephen_g 4 hours ago | parent [-]

Proxmox can do containers too and has other benefits like really good ZFS support. I only have a couple of VMs and everything else in containers on my little Proxmox server.

tracker1 4 hours ago | parent [-]

Proxmox can do LXC and has some experimental support for converting Docker based images... that said, it's not the same as Docker/Podman support, which are more feature rich.

I would suggest at least a minimal Linux Server VM if you're running containers, underneath ProxMox or on a bare metal install if you don't need other virtualization on said server.