I saw this post today on Reddit and was curious to see if views are similar here as they are there.

  1. What are the best benefits of self-hosting?
  2. What do you wish you would have known as a beginner starting out?
  3. What resources do you know of to help a non-computer-scientist/engineer get started in self-hosting?
  • Findmysec@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Not needing Kubernetes is a broad statement. It allows for better management of storage and literally gives you a configurable reverse-proxy configured with YAML if you know what you’re doing.

      • Findmysec@infosec.pub
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        Well I guess podman works fine for the first few months. Interestingly I still use build-ah heavily for building my custom images

        • Nomecks@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 months ago

          I find a lot of stuff is using docker compose, which works with Podman, but using straight docker is easier, especially if it’s nothing web-facing

          • Findmysec@infosec.pub
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 months ago

            Funnily enough Docker compose has never worked for me on Podman. There always seems to be something that is incompatible (also due to me running on Debian). However, I feel like it should become a standard amongst homelabbers and professionals to use Kubernetes manifests going forward, since it is the most portable.