Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arnathan2k/99fd87387cd4db55c77997cfea48a554 to your computer and use it in GitHub Desktop.
Save arnathan2k/99fd87387cd4db55c77997cfea48a554 to your computer and use it in GitHub Desktop.
How to use Temp Container to check DNS
kubectl run dns-test --image=nicolaka/netshoot --rm -it --restart=Never -- nslookup yourdomain.tech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment