• thevoiceofra@mander.xyz
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    10 months ago

    Interesting. But what If I’m not using CoreOS? Also RedHat fucked up by using YAML for configuration.

      • thevoiceofra@mander.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        9 months ago

        If you're just reading configs then yeah, it's superior. If you're maintaining big complex configurations, possibly for multiple machines, you need something to reduce boilerplate. Jsonnet, nickel or nix are excellent here. So the best way is to use one of those, generate yaml, and deploy. Saves you a lot of headaches but it's one more moving thing in your pipeline which can break.

    • losttourist@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      10 months ago

      what if I’m not using CoreOS?

      Podman runs on any distro (or more strictly: any distro that uses systemd). It’s essentially a FOSS alternative to Docker.

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        10 months ago

        …except I can run Docker anywhere. It’s not tied to systemd. These quadlets seem like a very systemd-specific thing. Which is great if you’re building everything around systemd but it’s a niche.

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      It’s built into Podman 4.x, so you can easily install it on any distro (with Systemd).