kubectl apply -f https://github.com/infrabricks/kubernetes-standalone/raw/master/examples/alpine.yml
kubectl apply -f https://github.com/infrabricks/kubernetes-standalone/raw/master/examples/busybox.yml
then
kubectl exec -ti alpine -- nslookup/ping/curl/sh
apk add curl
tip from: google kubernetes debug dns
kubectl run -it --rm --restart=Never alpine --image=alpine sh
https://github.com/aylei/kubectl-debug