Podman is daemonless: it forks and execs each container directly, so there is no central background service. The client-server/persistent-daemon model is Docker's; Podman is not a hypervisor (that runs VMs), and it uses no scheduling agent (that describes Kubernetes).
Official docs