Many of the posts I read here are about Docker. Is anybody using Kubernetes to manage their self hosted stuff? For those who’ve tried it and went back to Docker, why?

I’m doing my 3rd rebuild of a K8s cluster after learning things that I’ve done wrong and wanted to start fresh, but when enhancing my Docker setup and deciding between K8s and Docker Swarm, I decided on K8s for the learning opportunities and how it could help me at work.

What’s your story?

  • jsnfwlr@lemmy.world
    link
    fedilink
    English
    arrow-up
    45
    ·
    10 months ago

    The one exception to this is if you’re using your homelab to learn kubernetes.

    That was the only time I used K8s and k3s on my homelab.

    And for anything that I do want to set up in a HA/cattle kind of way, I use Docker Swarm, as it feels like a more comfortable extension of docker compose.