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

Technology

69891 readers
2688 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
[–] [email protected] 69 points 2 days ago (6 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.

[–] [email protected] 2 points 19 hours ago

Suse has been trying pretty hard with Harvester. KVM-based, VMs-as-k8s-pods which leverages all existing k8s tooling, as well as the same multi-cluster federation as RKE2.

Seems pretty great from afar, though it's very much under active development.

[–] [email protected] 62 points 2 days 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.

[–] [email protected] 17 points 2 days ago

Proxmox is already perfect (for my use case)

[–] [email protected] 8 points 2 days 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

[–] [email protected] 8 points 2 days ago (2 children)

Except then you'd be stuck with Canonical.

[–] [email protected] 6 points 2 days 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.

[–] [email protected] 3 points 2 days ago (1 children)

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

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago)

Interesting. Reminds me of Emby and Jellyfin...

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

[–] [email protected] 3 points 2 days ago (1 children)

Everybody is moving to Openshift or public cloud

[–] [email protected] 4 points 2 days 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.

[–] [email protected] 2 points 1 day 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.

[–] [email protected] 1 points 1 day 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.

[–] [email protected] 4 points 2 days 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.