Search code examples
kubernetesminikubepodman

Why is minikube dns name resolving working with docker but not with rootless podman


I use rootless podman to run minikube. With docker the services resolve. For example <service>.<namespace>.svc.cluster.local yields an UnknownHostException using podman. With docker it seems to work.


Solution

  • Looks like installing aardvark-dns fixed the problem