I’ve come across Red Hat allot lately and am wondering if I need to get studying. I’m an avid Ubuntu server user but don’t want to get stuck only knowing one distro. What is the way to go if i want to know as much as I can for use in real world situations.

  • Bogasse@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 year ago

    I’m surprised to see arch on your list, I know everything runs in containers now but arch seems way too unstable O_o

    By unstable I don’t mean “buggy”, but “you will have to adapt to new major version of package XXX or you can’t fetch updates anymore, so no security patches anymore”.

    • rwxdan@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      From my experience, the host doesn’t matter when you’re using containers, VMs, or even containers inside VMs for your deployments.

      Having said that, I prefer Debian for a single host just because I don’t have to think about it. Then again, what I’d be running on it won’t specific to Debian.

      Nowadays you hear about “reproducible environments” for a good reason.

      • Bogasse@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        You mean you never received any major package update on arch ? 😛

        More seriously, it depends on what we are talking about, if everything runs in container I agree that it kinda doesn’t matter, you will just have a more up to date kernel, but it is stable enough.

        Other peoples on this thread are talking about actual system dependancies, for example installing a postgres server from official repo. On this example it would require a database migration as soon as a major postgres version is released, which means some downtime and non-scheduled maintainance.