How do I configure mDNS to work within the cluster itself? i.e.:
$ kubectl run -i --tty --rm --image=alpine --restart=Never --command -- bash
If you don't see a command prompt, try pressing enter.
/ # ping pg.net.local
ping: bad address 'pg.net.local'
How do I configure mDNS to work within the cluster itself? i.e.: