this post was submitted on 08 Jul 2025
80 points (98.8% liked)

Technology

72669 readers
3297 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
top 10 comments
sorted by: hot top controversial new old
[–] AlternateRoute@lemmy.ca 20 points 3 days ago (3 children)

Interesting, no mention of proxmox

[–] beerclue@lemmy.world 15 points 3 days ago (1 children)

Man, I've been living and working in Germany for close to 10 years now. Proxmox is like that 50yo colleague of mine. Hard worker, reliable, really knowledgeable, a treasure trove of info, but he can't be budged. He insists on installing any new VM using the GUI (both Windows and Linux), he avoids learning "new things" like Docker or Kubernetes, and really distrusts "the cloud".

I will keep using Proxmox, as I have for many years both at work and at home, but we are migrating from a VM (with Docker) setup to Kubernetes. It would have been great for Proxmox to offer some support there, but...

[–] EpicFailGuy@lemmy.world 2 points 2 days ago (1 children)

not sure what the big deal is, I'm running a docker lab with portrainer inside a proxmox LXC

[–] beerclue@lemmy.world 3 points 2 days ago* (last edited 2 days ago) (2 children)

I do the same in Proxmox VMs, in my homelab, which is... fine. I was talking more about native support, manageable via an API or something.

Say I need to increase the number of nodes in my cluster. I spin up a new VM using the template I have, adjust the network configuration, update the packages, add it to the cluster. Oh, maybe I should also do an update on all of them while I'm there, because now the new machine runs a different docker version. I have some Ansible and bash scripts that automates most of this. It works for my homelab.

At work however, I have a handful of clusters, with dozens of nodes. The method above can become tedious fast and it's prone to human errors. We use external Kubernetes as a service platforms (think DOKS, EKS, etc), who have Terraform providers available. So I open my Terraform config and increase the number of nodes in one of my pre-production clusters from 9 to 11. I also change the version from 1.32 to 1.33. I then push my changes to a new merge request, my Gitlab CI spins up, who calls Atlantis to run a terraform plan, I check the results and ask it to apply. It takes 2 minutes. I would love to see this work with Proxmox.

[–] philpo@feddit.org 1 points 1 day ago

I know what you mean, but just saying that Proxmox absolutely has an Api that can do a few (not all) of these things - and some are potentially use cases for the data centre manager. But yeah, I know what you mean.

[–] EpicFailGuy@lemmy.world 1 points 22 hours ago (1 children)

Interesting,

I've automated deployment with SDNET and templates, but the other stuff you're doing with terraform is more akin "Orchestration" There must be some GUI for terraform that works with proxmox.

I guess you could do the same with expansible and playbooks but it sounds like you're looking for something with a GUI that does the work for you.

I can't think of any, but proxmox does have an API ... wondering why no one has done this yet ....

[–] beerclue@lemmy.world 1 points 13 hours ago

I don't use any GUI... I use terraform in the terminal or via CI/CD. There is an API and also a Terraform provider for Proxmox, and I can use that, together with Ansible and shell scripts to manage VMs, but I was looking for k8s support.

Again, it works fine for small environments, with a bit of manual work and human intervention, but for larger ones, I need a bit more. I moved away from a few VMs acting as k8s nodes, to k8s as a service (at work).

[–] dan@upvote.au 2 points 3 days ago

The mentioned products have had major releases recently. Has anything major happened with Proxmox recently?

[–] EncryptKeeper@lemmy.world 0 points 2 days ago

Is Proxmox really a VMware competitor? I mean it is another virtualization system but even like Hyper-V these days is not as big of a shitshow as it once was and it much closer in functionality to VMWare. And as jank as it is I’m seeing companies move to Nutanix over Proxmox

[–] melroy@kbin.melroy.org 18 points 3 days ago

VMware is dead. The prices are way too high, even my company is complaining about the prices.

I personally run proxmox at home.