Just a note about restarting a Minikube instance running with podman on a Mac.
You might have seem a problem in the coreDNS pods being unable to resolve naming.
Try using podman
driver and the CRI-O container runtime instead of Docker runtime:
minikube start --container-runtime=cri-o