this post was submitted on 08 May 2025
520 points (99.2% liked)

Technology

69867 readers
3136 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Matty_r@programming.dev 12 points 1 day ago (1 children)

Proxmox is definitely on its way to become a viable replacement for sure. There's also OpenShift from Red Hat which could be worth a look at as well.

[โ€“] jj4211@lemmy.world 2 points 8 hours ago

Openshift kind of incidentally does virtualization almost begrudgingly. Red hat started to try to be a VMware competitor with ovirt but find VMware customers too stuck in their ways, then abandoned it to chase the cloud buzz word with open stack, but open stack was never that good and also the market for people who want to make their on premise stuff act like a cloud provider is actually not that big anyway. So they hopped on the container buzzword with open shift and stuck libvirt management in there to have an excuse for virtualization customers that there is a migration path for them.

Meanwhile proxmox scratched their head wondering why everyone was fixated on stacking abstraction layer upon abstraction layer on libvirt and just directly managed the qemu. Which frankly makes their stuff a lot more straightforward technically, and their implementation is a solid realization of the sort of experience that VMware provides. In fact much more straightforward than a typical VMware deployment, and easier to care and feed since it is natively Linux instead of an OS pretending not to be an os like esxi. It also is consistent to manage, unlike VMware where you must at least interact some with esxi but that's deliberately crippled and then you have to do things a bit differently as you deploy center (which can be weirdly convoluted).