this post was submitted on 23 Aug 2025
389 points (98.5% liked)

Selfhosted

51137 readers
1169 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

So I have rebuilt my Production rack with very little in terms of an actual software plan.

I host mostly docker contained services (Forgejo, Ghost Blog, OpenWebUI, Outline) and I was previously hosting each one in their own Ubuntu Server VM on Proxmox thus defeating the purpose.

So I was going to run a VM on each of these Thinkcentres that worked as a Kubernetes Cluster and then ran everything on that. But that also feels silly since these PCs are already Clustered through Proxmox 9.

I was thinking about using LXC but part of the point of the Kubernetes cluster was to learn a new skill that might be useful in my career and I don't know how this will work with Cloudflared Tunnels which is my preferred means of exposing services to the internet.

I'm willing to take a class or follow a whole bunch of "how-to" videos, but I'm a little frazzled on my options. Any suggestions are welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] toiletobserver@lemmy.world 23 points 1 week ago (2 children)

Just for fun, and for a layman's benefit (me)...

Can you eli5?

[–] nagaram@startrek.website 18 points 1 week ago (1 children)

Yeah!

So i am running these three computers in a set up that let's me manage virtual machines on them from a website with Proxmox.

I want to play with a tool that let's me run Docker Containers. Containers being a way to host services like websites and web apps without having to make a Virtual machine for each app.

This has a lot of advantages but I'm trying to use the High Availability feature when you run these on a cluster of computers.

My problem is that I know I can use the Built In container software in the already clustered Proxmox computers called LXC Linux Containers. However, I want to use a container software called Kubernetes but I would have to build Virtual machines on my servers and then cluster those virtual machines.

Its a little confusing because I have three physical computers clustered together and I'm trying to then build three virtual computers on them and cluster those. Its an odd thing to do and that's the problem.

[–] Brkdncr@lemmy.world 2 points 1 week ago

It’s not odd. You’ll need to build the 3 VMs if you want to run Kubernetes and not destroy your existing hypervisor.

[–] madcaesar@lemmy.world 3 points 1 week ago (1 children)
[–] nagaram@startrek.website 3 points 1 week ago

Done. Check parent comment!