Other places where you can find me

  • 1 Post
  • 21 Comments
Joined 1 year ago
cake
Cake day: August 24th, 2023

help-circle





  • I see you already have an answer using podman.

    But don’t be afraid of the command line. If you can copy/paste a few commands, it’s pretty easy to set up.

    I honestly find installing docker harder than to start a locally hosted searxng instance.

    Also, something like self-hosting your own email is way harder and requires a lot more maintenance. I’d leave that project to further down the line.












  • A lot of people thought this was the case for VMs and docker as well, and now it seems to be the norm.

    Yes, but docker does provide features that are useful at the level of a hobbyist self-hosting a few services for personal use (e.g. reproducibility). I like using docker and ansible to set up my systems, as I can painlessly reproduce everything or migrate to a different VPS in a few minutes.

    But kubernetes seems overkill. None of my services have enough traffic to justify replicas, I’m the only user.

    Besides learning (which is a valid reason), I don’t see why one would bother setting it up at home. Unless there’s a very specific use-case I’m missing.


  • Yes, those are all great uses of it. But could all still be achieved with docker containers running on some machines at home, right?

    Have you ever had a situation where features provided by kubernetes (like replicas, load balancers, etc) came in handy?

    I’m not criticizing, I’m genuinely curious if there’s a use-case for kubernetes for personal self-hosting (besides learning).