eldadru / ksniff

Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Apache License 2.0
3.18k stars 190 forks source link

Sniff multiple pods in the same namespace at a time #146

Open acemaster opened 2 years ago

acemaster commented 2 years ago

As part of a research project I needed to analyse the network interactions between multiple pods at the same time. Is it possible to use ksniff to do so? I see currently pod name is a required parameter so was seeing if there is any workaround to the same without starting multiple pods to do so.

bostrt commented 2 years ago

Unfortunately that's not possible with ksniff at this time. There was some work happening in https://github.com/eldadru/ksniff/pull/129. @MichaelWasher do you know how far along the PR is or if its worthwhile finishing?