[01:56] hey all - i've exhausted my google-fu I'm hoping someone has a pointer to get me unstuck. i've deployed a k8s cluster to a box on my local network and exposed it via bridge network. Some services seem to resolve external dns without issue but others have trouble. would this be a cluster issue or a pod issue? the container itself can resolve dns when i run it as a standalone docker container [02:00] for example: the nginx-ingress-lb is able to resolve `google.com` when i curl from inside the container. The python container that im deploying, however, cant resolve google.com