Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spiderunderurbed@raspberrypi:~/k8s $ kubectl run netshoot --rm -it --image=nicolaka/netshoot -- bash
- If you don't see a command prompt, try pressing enter.
- netshoot:~# dig google.com
- ;; communications error to 10.43.0.10#53: timed out
- ;; communications error to 10.43.0.10#53: timed out
- ;; communications error to 10.43.0.10#53: timed out
- ; <<>> DiG 9.18.25 <<>> google.com
- ;; global options: +cmd
- ;; no servers could be reached
- netshoot:~# dig @1.1.1.1 google.com
- ;; communications error to 1.1.1.1#53: timed out
- ;; communications error to 1.1.1.1#53: timed out
- ;; communications error to 1.1.1.1#53: timed out
- ; <<>> DiG 9.18.25 <<>> @1.1.1.1 google.com
- ; (1 server found)
- ;; global options: +cmd
- ;; no servers could be reached
- netshoot:~# exit
Advertisement
Add Comment
Please, Sign In to add comment