Skip to content

Instantly share code, notes, and snippets.

@adrianriobo
Created January 25, 2019 12:23
Show Gist options
  • Save adrianriobo/232bcc8244e66db07d1eec6930440659 to your computer and use it in GitHub Desktop.
Save adrianriobo/232bcc8244e66db07d1eec6930440659 to your computer and use it in GitHub Desktop.
Troubleshooting istio requests
#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