Created
December 12, 2022 05:42
-
-
Save alexander-bauer/c2c6fd5fec6506cc6559d4406d2e5272 to your computer and use it in GitHub Desktop.
Open a netshoot (nmap + tcpdump + wireshark) container on Kubernetes with host networking
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
kubectl run -it --rm --overrides='{"spec": {"hostNetwork": true}}' --image nicolaka/netshoot:latest netshoot -- bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment