this post was submitted on 24 Sep 2025
151 points (93.6% liked)

Selfhosted

60887 readers
1047 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Curious to know what the experiences are for those who are sticking to bare metal. Would like to better understand what keeps such admins from migrating to containers, Docker, Podman, Virtual Machines, etc. What keeps you on bare metal in 2025?

you are viewing a single comment's thread
view the rest of the comments
[–] sylver_dragon@lemmy.world 38 points 10 months ago (3 children)

But, but, docker, kubernetes, hyper-scale convergence and other buzzwords from the 2010's! These fancy words can't just mean resource and namespace isolation!

In all seriousness, the isolation provided by containers is significant enough that administration of containers is different from running everything in the same OS. That's different in a good way though, I don't miss the bad old days of everything on a single server in the same space. Anyone else remember the joys of Windows Small Business Server? Let's run Active Directory, Exchange and MSSQL on the same box. No way that will lead to prob... oh shit, the RAM is on fire.

[–] sugar_in_your_tea@sh.itjust.works 9 points 10 months ago (1 children)

kubernetes

Kubernetes isn't just resource isolation, it encourages splitting services across hardware in a cluster. So you'll get more latency than VMs, but you get to scale the hardware much more easily.

Those terms do mean something, but they're a lot simpler than execs claim they are.

[–] mesamunefire@piefed.social 2 points 10 months ago* (last edited 10 months ago)

I love using it at work. Its a great tool to get everything up and running kinda like ansible. Paired with containerization it can make applications more "standard" and easy to spin back up.

That being said, for a home server, it feels like overkill. I dont need my resources spread out so far. I dont want to keep updating my kub and container setup with each new iteration. Its just not fun (to me).

[–] AtariDump@lemmy.world 7 points 10 months ago* (last edited 10 months ago)

…oh shit, the RAM is on fire.

The RAM. The RAM. The 🐏 is on fire. We don’t need no water let the mothefuxker burn.

Burn mothercucker, burn.

(Thanks phone for the spelling mistakes that I’m leaving).

[–] atzanteol@sh.itjust.works 1 points 10 months ago

Oh for sure - containers are fantastic. Even if you're just using them as glorified chroot jails they provide a ton of benefit.