this post was submitted on 03 Aug 2026
727 points (97.0% liked)

Linux

14706 readers
505 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

what internship are you doing?

you are viewing a single comment's thread
view the rest of the comments
[–] FrederikNJS@piefed.zip 16 points 1 week ago (1 children)

Only 27 containers? That rookie numbers... You gotta pump those up!

I'm currently sitting at 131 containers across 3 Kubernetes nodes, all bare-metal though, no virtualization.

[–] paris@lemmy.blahaj.zone 9 points 1 week ago (1 children)

131 containers seems crazy to me. How many actual services does that translate to? Is it actually closer to 50 services running in parallel on three different nodes for redundancy?

[–] white_nrdy@programming.dev 8 points 1 week ago

There's probably also a fair amount of repeated servers that aren't redundant. Like postgres servers that are single purpose and multiple containers to provide it for an "actual" service.