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

Technology

72669 readers
3540 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
[–] beerclue@lemmy.world 15 points 2 days ago (5 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 (4 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 1 day ago* (last edited 1 day ago) (3 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.

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)