aws / aws-ebpf-sdk-go

Golang based SDK for kernel eBPF operations i.e, load/attach/detach eBPF programs and create/delete/update maps. SDK relies on Unix bpf() system calls.
Apache License 2.0
70 stars 16 forks source link

make aws-ebpf-sdk-go client generic and easy to consume #99

Open nithu0115 opened 18 hours ago

nithu0115 commented 18 hours ago

We tried to use aws-ebpf-sdk-go in a containerized environment can could not use it for few reasons

nithu0115 commented 18 hours ago

Few CR where we tried to solve pinning issue - https://github.com/aws/aws-ebpf-sdk-go/pull/98 https://github.com/aws/aws-ebpf-sdk-go/pull/96