Tag Archives: tcpdump

Using tcpdump for k8s pods

You need wireshark to be installed on your local machine — download (more on this below). If you don’t have tcpdump installed inside the pod, you can install it with # get pod name kubectl get po -Lversion,cfg,infra-cfg -lapp= kubectl exec -it sh # inside the pod, alpine apk add tcpdump Then, on your local …

Read more