Command to run dnslookup in your cluster.
i find myself keep on running into this task here. So figure i keep it handly and just copy and paste.
kubectl run -i --tty --rm dns-test --image=gcr.io/kubernetes-e2e-test-images/dnsutils:1.3 --restart=Never -- sh
Comments