• cley_faye@lemmy.world
    link
    fedilink
    English
    arrow-up
    56
    arrow-down
    2
    ·
    10 hours ago

    Just checked the part about self-hosting. While it’s probably possible to handle things with a less heavy approach, their only “easy to use” example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That’s a bit much.

    • NekuSoul@lemmy.nekusoul.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      37 minutes ago

      In the README there’s also instructions for Docker Compose, although it’s quite the compose file, with SIXTEEN containers defined. Not something I’d want to self-host.

    • Tramort@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 minutes ago

      Please develop this self hosted version using sandstorm

      It makes hosting a breeze with one click installation

    • Lodra@programming.dev
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      1
      ·
      8 hours ago

      Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios

      • Metju@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 minutes ago

        Seconding k3d (and, by extension, k3s). If you’re in a market for sth suitable for more upstream-compliant clustering solution (k3s uses SQLite instead of etcd, iirc), RKE2 is also a great choice