bpfman
bpfman copied to clipboard
An eBPF Manager for Linux and Kubernetes
Extend [aya-log ](https://github.com/aya-rs/aya/tree/main/aya-log) to easily be consumed and exported with bpfd, specifically when deploying to Kubernetes clusters and rust based bpf programs. Add a c-binding version of aya-log so the...
Create a userspace application to read events from a shared bpf PerfEventArray and export that data via an OpenTelemetry endpoint.
It would be insanely cool to support headless tracepoints/kprobes/uprobes. We'd take a leaf out of Bumblebee's book with how they handle counters today: https://github.com/solo-io/bumblebee/blob/main/docs/concepts.md i.e you create a map with...
We should add a optional flag to bpfctl for output to be shown as a json blog then other tools like `jq` can be used to format it
This issue covers the steps required to add a Tutorial to our documentation
Today in BPFD we can only add/delete programs. We need to add an `update` concept to the API so fields like `priority`, `proceed-on`, `bytecode`, etc can be update atomically.
Add a section comparing bpfd to [L3AF](https://l3af.io/) Here's a start: Our big differentiators are: Cloud-Native-Ness: We use OCI image repositories for distributing eBPF bytecode. We will be advocating to users...
A tracepoint program, written in Aya 🎉 We should show how we package and deploy this.
The Data Science Team within ET developed the "time-to-merge" tool, that can be used to predict the time that it will take for new Pull Request on a Git Repository...
The idea is to make it similar to the way that one can save and restore a ruleset for `nftables` nftables loads rules from the `/etc/sysconfig/nftables.conf` file, and the following...