Ive been using Podman for a while for my non-Kubernetes cloud deployments (i.e. small VM based things). It's worked very well for me after a few initial hiccups a year or so ago. Now that Podman-compose[0] is in the works, it'll really be comparable in the UX space soon, and outperforms Docker in several ways when it comes to security. The key difference with Podman compared to Docker is that is does not run a deamon…
podman-compose is an unofficial project which converts the compose file into podman cli commands. Podman now supports the docker API which means you can use docker's own docker-compose with podman.
I'm not sure where I got the impression it was official.