Guest User

Untitled

a guest
Apr 26th, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. spiderunderurbed@raspberrypi:~/k8s $ kubectl run netshoot --rm -it --image=nicolaka/netshoot -- bash
  2. If you don't see a command prompt, try pressing enter.
  3. netshoot:~# dig google.com
  4. ;; communications error to 10.43.0.10#53: timed out
  5. ;; communications error to 10.43.0.10#53: timed out
  6. ;; communications error to 10.43.0.10#53: timed out
  7.  
  8. ; <<>> DiG 9.18.25 <<>> google.com
  9. ;; global options: +cmd
  10. ;; no servers could be reached
  11.  
  12. netshoot:~# dig @1.1.1.1 google.com
  13. ;; communications error to 1.1.1.1#53: timed out
  14. ;; communications error to 1.1.1.1#53: timed out
  15. ;; communications error to 1.1.1.1#53: timed out
  16.  
  17. ; <<>> DiG 9.18.25 <<>> @1.1.1.1 google.com
  18. ; (1 server found)
  19. ;; global options: +cmd
  20. ;; no servers could be reached
  21.  
  22. netshoot:~# exit
Advertisement
Add Comment
Please, Sign In to add comment