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.

  • gjoel@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Running home assistant with a few addons on a mostly dormant raspberry pi. This totals to 19 lines.

  • blurry@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    44 containers and my average load over 15 min is still 0,41 on an old Intel nuc.

  • Ebby@lemmy.ssba.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Server 1: 5 containers Server 2: 4 containers Server 3: 4 containers Server 4: 61 containers

    Basically if a container is a resource hog, it gets moved somewhere with more resources or specialized hardware.

      • Ebby@lemmy.ssba.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        It’s the oldest, but not the most powerful. Not everything I host sees a lot of activity. But things like Plex/Jellyfin/Immich found their own hardware with better GPU support, and serious A/V or disk intense processes have a full spec PC available. There is also a remote backup system in place so a couple containers are duplicates.

  • jgkawell@mastodon.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    @slazer2au Application containers: 30-40
    System containers (including kube, Istio, CNI, etc): ~20

    Shifting from Istio sidecar mode to Istio ambient mode made a big difference.

  • Dave@lemmy.nz
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Well the containers are grouped into services. I would easily have 15 services running, some run a separate postgres or redis while others do an internal sqlite so hard to say (I’m not where I can look rn).

    If we’re counting containers then between Nextcloud and Home Assistant I’m probably over 20 already lol.