There is a post about getting overwhelmed by 15 containers and people not wanting to turn the post into a container measuring contest.

But now I am curious, what are your counts? I would guess those of you running k*s would win out by pod scaling

docker ps | wc -l

For those wanting a quick count.

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 6 months ago* (1 child)

Docker Compose is really the easiest way to self-host.

Copy a file, usually provided by the developers of the app you want to run, change some values if instructed by the # comments, run docker compose up and it "just works".

And I say that as someone who has done everything from distro-provided packages to compiling from source, Nix, podman systemd, and currently running a full-blown multi-node distributed storage Kubernetes cluster at home.

Just use docker compose.

  • source
  • parent
  • hideshow 2 child comments