kubeshark / tracer

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

Tracer golang support #15

Closed alongir closed 10 months ago

alongir commented 11 months ago

When running this file: https://github.com/kubeshark/sock-shop-demo/blob/master/additions/outbound-tls-golang/main.go I see in the logs that it runs correctly. However, when I cat the tls.pcap pipe, I don't see any paylaod.

iluxa commented 10 months ago

bug is appeared after 97199a581c5e7f974273e65948f4215cb11472b3 commit some new logic of eBPF uprobe attaching triggers error in the new cilium ebpf code

Quick fix can be switching back to github.com/kubeshark/ebpf v0.9.1

Additional debug is required to understand how to fix for existing cilium ebpf