I am looking for help with capturing all incoming/outgoing traffic on a host using eBPF across all containers. Need to identify from/to which container is the traffic coming. The filter should run on in a privileged docker container.
Don't need to receive the content, just the TCP/UDP headers are sufficient.