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?

  • Lmaydev@programming.dev
    link
    fedilink
    English
    arrow-up
    10
    ·
    10 months ago

    I’m not sure what you mean by that.

    It provides high availability if you have multiple nodes and pods.

    Also what do you mean by single service per cluster? Because that’s not the idea at all.

    • AntBas@eslemmy.es
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago

      Of course high availability always requires multiple nodes.

      Its just that while choosing how to set up my cluster I looked up several options (proxmox, swarm, kubernetes…) and I noticed that kubernetes is generally meant for bigger deployments.

      I only need a single replica for each of my containers and they can all run on a single node, so kubernetes is overkill just to get high availability For my use case