MichaelWasher / kstrace

A kubectl plugin used to collect strace data from running Pods
Apache License 2.0
32 stars 7 forks source link

Limit Tracing to one tracePod per node #14

Open MichaelWasher opened 3 years ago

MichaelWasher commented 3 years ago

Currently if there are multiple target pods on the same node, each target Pod will have a tracePod created. The same could be achieved with a single tracePod created and running multiple exec commands (SDPY connections) to trace multiple PIDs.

This should not change the functionality but will just be an increase in performance.