• Wispy2891@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 hours ago

    Not a sysadmin but just an hobbyist: is it ok to have such a large install bare metal and not containerized?

    For example the issue of MySQL 5 being unavailable would be a non-issue with a container

    • recursivethinking@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 minutes ago

      you can just set up containers on your bare metal server. in fact if you’re going to install insecure services you definitely want to containerize them, though tbh you need to run really far away from whatever it is you’re doing that requires sql5, or at least don’t let it be reachable on the internet, that should be network-isolated, which really limits its utility.

    • inzen@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      Don’t quote me, but as far as I know containers can’t fix the issue if the host kernel is too old.

    • just_another_person@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      44 minutes ago

      Wha?

      You do realize there are plenty of bare metal infrastructure deployments out in the world, yeah? Being in a container solves no problems in this scenario at all.