So, recently I was disappointed in Podman for deprecating podman-generate-systemd
so quickly in favor of quadlets, a standalone tool that is now merged into podman.
#Quadlets are effectively #systemd units that run #containers and are a direct replacement to #compose files, be they for #Docker or #Podman. That is pretty cool. They also fix certain issues like services losing validity when running podman-compose after major changes to the compose file, and it makes the systemd units much more readable, so it's good to migrate to them in the long term.
What bothered me was that quadlets don't really replace podman-generate-systemd, they only replace compose files, which is not always an option.
I found out today that podlet exists, in a LinkedIn post of all things. It can convert compose files and podman commands into quadlets, which is exactly what was needed to make quadlets an actual replacement.
I'm hoping #podlet fares well.