Curious to know what the experiences are for those who are sticking to bare metal. Would like to better understand who keeps such admins avoiding containers, Docker, Podman, Virtual Machines, etc. What keeps you on bare metal in 2025?
“What is stopping you from” <- this is a loaded question.
We’ve been hosting stuff long before docker existed. Docker isn’t necessary. It is helpful sometimes, and even useful in some cases, but it is not a requirement.
I had no problems with dependencies, config, etc because I am familiar with just running stuff on servers across multiple OSs. I am used to the workflow. I am also used to docker and k8s, mind you - I’ve even worked at a company that made k8s controllers + operators, etc. I believe in the right tool for the right job, where “right” varies on a case-by-case basis.
tl;dr docker is not an absolute necessity and your phrasing makes it seem like it’s the only way of self‐hosting you are comfy with. People are and have been comfy with a ton of other things for a long time.
atzanteol@sh.itjust.works 3 weeks ago
Containers run on “bare metal” in exactly the same way other processes on your system do. You can even see them in your process list FFS. They’re just running in different cgroup’s that limit access to resources.
Yes, I’ll die on this hill.
sylver_dragon@lemmy.world 3 weeks ago
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 3 weeks ago
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.
AtariDump@lemmy.world 2 weeks ago
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 3 weeks ago
Oh for sure - containers are fantastic. Even if you’re just using them as glorified chroot jails they provide a ton of benefit.
Semi_Hemi_Demigod@lemmy.world 3 weeks ago
Learning this fact is what got me to finally dockerize my setup
arcayne@lemmy.today 3 weeks ago
Move over, bud. That’s my hill to die on, too.
FailBetter@crust.piefed.social 3 weeks ago
Speak english doctor! But really is this a fancy way of saying its ok to docker all the things?