Unfortunately there are effectively 0 alternatives to VMware / Parallels if wanting to do MacOS within MacOS.
There's even an example project to do this in code: https://developer.apple.com/documentation/virtualization/run...
171–178 of 178 posts
Unfortunately there are effectively 0 alternatives to VMware / Parallels if wanting to do MacOS within MacOS.
There's even an example project to do this in code: https://developer.apple.com/documentation/virtualization/run...
At PriorCo, I did a slide deck presentation of our options at the time (2023/2024) and pitched essentially three pathways: stay on VMware, move to Apache Cloudstack, or move to Nutanix. The deck was roundly ignored in favor of a lift-and-shift to AWS for remaining infrastructure. If I were running the migration, my preferred pathway would’ve been to Apache Cloudstack. We had the expertise to pull it off, and it would…
For servers, there’s things like Proxmox that are super versatile and can be deployed to a 1U server in a few hours. And if whatever you’re virtualizing exists mostly in the application/user layer and doesn’t touch lower level APIs (eg raw TCP), Docker/Portainer is even better (no Kubernates required!).
I work for an MSP, mostly with small to medium companies. Licensing costs went up a ton when broadcom acquired vmware. They went up a ton more this year with minimum core counts, current licensing costs are roughly $20k a year minimum. They might hike the price again, even medium businesses that see some value in avoiding an expensive migration want to avoid this uncertainty. Basically they don't want to deal with sm…
My organisation went down the Nutanix path with about 1/4 of the DC about 18 months ago. They're now just finalising the move away feom Nutanix. From a server and dev admin point of view we had really odd VM behaviour, poorer than expected process performance, and random instability that just couldn't be resolved. I believe other system owners had similar and that the VM admins had their own range of oddities to trac…
For Mac/Linux/Hybrid-Cloud shops -> "Incus" (can also host macOS and Windows instances) for most work and "Firecracker" for specialized appliances. For Windows shops (you sick bstrds :D) -> Hyper-V RE: Proxmox, not a hater, but errtime I read that name, I picture "Mike Myers Dieter". Seriously tho, the best they could do for themselves would be to make ProxMox into a UI for the Incus REST API (and their legacy backen…