from https://github.com/linux-system-roles/podman/issues/42 there is no way to configure which network to run the pods on. My problem is that dns resolution between pods doesn't work for me on RHEL 8.6 and podman 4.2. It does work on Fedora 37 which has podman 4.3 which adds a default podman-kube network but I still can not add any custom networks using this role
@
@bblasco I have a wip of the podman role with support for quadlet, including networking and healthcheck (if using podman 4.5 or later). https://github.com/richm/linux-system-roles-podman/tree/quadlet It also contains an implementation of the quadlet-demo https://github.com/ygalblum/quadlet-demo, except using the podman role instead. I would appreciate it if you could take a look at it and give it a try.
@rmeggins I will test and share the git repo with my work with you once I have some results!