Home > Software design >  Why is minikube dns name resolving working with docker but not with rootless podman
Why is minikube dns name resolving working with docker but not with rootless podman

Time:10-10

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.

CodePudding user response:

Looks like installing aardvark-dns fixed the problem

  • Related