kubeshark / tracer

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

fix: ebpf capture: attach programs on tc hooks after pds created; enable TLS interception in containerized k8s like minikube and kind #52

Closed iluxa closed 2 months ago

iluxa commented 2 months ago

After new pods are created network interfaces set is changed - new interfaces can be created for new k8s objects

So the TC eBPF hooks must be attached to the new interfaces to capture traffic from new pods.

iluxa commented 2 months ago

commit https://github.com/kubeshark/tracer/pull/52/commits/a152444f987d456397fedbffba0fc4acdc08af3a resolves https://github.com/kubeshark/tracer/issues/51