this post was submitted on 08 May 2025
558 points (98.9% liked)

Technology

69867 readers
3065 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
[–] futatorius@lemm.ee 140 points 1 day ago (1 children)

Where would we be without predatory rent-seeking?

Someone's going to make a fortune migrating firms off VMWare onto open-source VMs.

[–] JasonDJ@lemmy.zip 63 points 1 day ago (5 children)

Man could you imagine what proxmox would be if that project got just a tenth of the money VMware got?

Classic prisoners dilemma. Nobody wants to invest in proxmox because not enough people invest in proxmox.

[–] 4am@lemm.ee 56 points 1 day ago (1 children)

Honestly I think if Proxmox got VMWare money then they’d become stuffed to the gills with business sharks and probably go the same route eventually.

That is not a Proxmox problem, that is a capitalism problem.

[–] lowleveldata@programming.dev 17 points 1 day ago

Proxmox is already perfect (for my use case)

[–] Rogue@feddit.uk 8 points 1 day ago (2 children)

You should take a look at Canonical's LXD. They've been investing in it pretty heavily and can definitely rival proxmox.

The web based UI is superb and I've never had issues with the CLI which is quite a contrast to my experience with proxmox

https://canonical.com/lxd

[–] turtle@lemm.ee 1 points 5 hours ago
[–] lka1988@lemmy.dbzer0.com 6 points 1 day ago (2 children)

Except then you'd be stuck with Canonical.

[–] JasonDJ@lemmy.zip 4 points 1 day ago

Yeah...I rank Canonical roughly where Google was like 20 years ago. They're still mostly good...but that's highly likely to change.

[–] acockworkorange@mander.xyz 1 points 1 day ago (1 children)

Not really. Incus is a fork of LXD that's carrying the torch for community focused containers.

[–] lka1988@lemmy.dbzer0.com 1 points 1 day ago* (last edited 1 day ago)

Interesting. Reminds me of Emby and Jellyfin...

I still don't like the decisions Canonical is making.

[–] jlh@lemmy.jlh.name 3 points 1 day ago (1 children)

Everybody is moving to Openshift or public cloud

[–] JasonDJ@lemmy.zip 4 points 1 day ago (2 children)

Openshift is a kubernetes platform isn't it?

There's still a need for real VMs, and I didn't think openshift filled that.

[–] caffinatedone@lemmy.world 1 points 12 hours ago (1 children)

There’s Openshift Virtualization included, which is based on the upstream kubevirt project. You’re essentially running VMs in containers and managing them (mostly) like the other container workloads in the environment.

[–] JasonDJ@lemmy.zip 1 points 10 hours ago

Interesting...I'm using proxmox at home but running my containers in a VM. Looks like there's an openshift community edition...I may have to check this out.

I'm not a sys admin by trade (networking), but my opinions at least have some weight where I work.

I imagine being redhat based, I could run FRR at the hypervisor level. For that matter being kubernetes I can use calico. Holy shit this could be awesome. I need to play.

[–] jlh@lemmy.jlh.name 4 points 1 day ago

Yeah, it's a distro of kubernetes.

Most apps run best as a container, but for appliances and legacy apps they have Openshift virtualization which runs VMs in the cluster by running KVM inside of docker.

The open source tech there is called Kubevirt. All VMs are 1st class citizens in the kubernetes API, so it is actually easier to run than VMware/Proxmox if you already have a Kubernetes cluster and you're not doing complex stuff with qcow images or VM migrations.

I use both containers and VMs a lot with Kubernetes at work.