eldadru / ksniff

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

Add ARM linux based static-tcpdump #165

Open andrikoz opened 1 year ago

andrikoz commented 1 year ago

Hello all! Since ARM-based Linux kubernetes nodes are becoming more and more popular in the cloud have you thought of shipping a static-tcpdump for Linux ARM arch as well? Ofc we can always build ours but I think this will save anyone using this amazing tool a considerable amount of time! Thanks!

jbenassi commented 1 year ago

I have tested both amd64 and arm64 with the current version of "static-tcpdump" and niether work, I does work after you install the OS packaged version of tcpdump, then create a symoblic link to that to "/tmp/static-tcpdump".