• @atzanteol@sh.itjust.works
      link
      fedilink
      English
      24 months ago

      Non-containerized applications. Not in a container. It’s not complicated. Running “on bare metal” sounds cool but it’s a wildly inaccurate description. Containerized applications run on the system natively just like non-containerized applications. So if one of them runs “on bare metal” then then others do as well.

      But historically “on bare metal” is used for embedded or micro-controllers where you don’t have an OS.

      • UnpledgedCatnapTipper
        link
        fedilink
        English
        84 months ago

        Bare metal is commonly used to describe server OS installs that are not virtualized and are installed directly to the hardware. People are most likely conflating containerized and virtualized.