Live Wireshark diameter capturing from K8s container (in Google Kubernetes Engine)
Handy command to remotely capture tcpdump from a K8s container located in Google Kubernetes Engine and then display it (live!) in Wireshark running on your PC:
% gcloud beta compute ssh jumphost --quiet --command='kubectl exec tra-rt-ag1-0 --namespace=app-ns -- sudo /usr/sbin/tcpdump
…