A humble bash script set that uses daemonset to capture tcpdump from all k8s nodes, then collect the captures.
As simple as:
- Call
dspcap-start
script to start capture. - Call
dspcap-stop
script to stop capture and collect result todspcap
directory.
Currently modify the dspcap-start
script directly.