kubeshark / tracer

The kernel tracer that attaches eBPF probes to containers for capturing TLS traffic
GNU General Public License v3.0
17 stars 6 forks source link

Capture packets via eBPF on pods lo interfaces #69

Closed iluxa closed 3 months ago

iluxa commented 3 months ago

As soon as pods can communicate via local interface, capturing this traffic is also important. Example use case - sidecar containers

iluxa commented 2 months ago

resolves https://github.com/kubeshark/worker/issues/151