Resolver not working

Hi Folks,

In Mock Exam2 I think that I have written the command correctly (as is shown in the solution) but the cli just hangs.

kubectl run --generator=run-pod/v1 test-resolver --image=busybox:1.28 --rm -it – nslookup nginx-resolver-service

If I sh into the pod and run nslookup everything works.

cheers

hello @GB1972,

This seems to be an issue with busybox image version.
Ssh into pod will do the job.

Thanks
Rahul

1 Like