this post was submitted on 02 Dec 2023
20 points (100.0% liked)
Open Source
30974 readers
386 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interesting, I didn't know you could create clusters with it! That looks promising then. I was planning to install Proxmox for my homelab but didn't like that it was a whole distro, which shipped with an ancient kernel...
My issue with Proxmox isn't that it ships with an old kernel is the state of that kernel, it is so mangled and twisted that they shouldn't even be calling it a Linux kernel. Also their management daemons and other internal shenanigans will delay your boot and crash your systems under certain circunstances.
For LXD you've a couple of options:
In the first case you'll get a very clean system with a very stable LXD 5.0.2 LTS, it works really well however it doesn't provide a WebUI. If you go with a the Snap options you'll get LXD-UI after version 5.14.
Personally I was running LXD from snap since Debian 10, and moved to LXD repository under Debian 12 because I don't care about the WebUI and I care about having clean systems... but I can see how some people, particularly those coming from Proxmox, would like the UI.
Side note: it should be possible to run the WebUI without snap and use it to control a LXD 5.0.2 LTS cluster but as I don't need it I never spent time on it. :)