Again, prefect isn't doing any docker related activity. That is all kubernetes. The kubernetes worker can be configured to pull containers using podman, docker, etc. Prefect does not care or influence. All prefect does is submit a job manifest, which details a pod (containers, labels, etc) and kubernetes does the container pull/run.
In short, this isn't a problem prefect solves. Prefect isn't involved in the actual process of running a container when using kubernetes.