Created
January 25, 2019 12:23
-
-
Save adrianriobo/232bcc8244e66db07d1eec6930440659 to your computer and use it in GitHub Desktop.
Troubleshooting istio requests
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
#Access istio proxy for concrete pod | |
kubectl -n $namespace $pod -c istio-proxy -- /bin/bash | |
#Use TCP dump to troubleshooting the requests | |
sudo tcpdump -vvv -i eth0 -A 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment