The presentation discusses the use of the open source bumblebee project to enable easy creation, running, and sharing of eBPF programs without writing any user-space code. Bumblebee harnesses Linux Kernel's observability data and allows users to focus on writing eBPF code while taking care of the user space component for them.
- Bumblebee is an open source project that simplifies the creation, running, and sharing of eBPF programs without requiring user-space code
- Bumblebee harnesses Linux Kernel's observability data and allows users to focus on writing eBPF code while taking care of the user space component for them
- Bumblebee supports vbpf compatible bpf code and provides a containerized building environment
- Bumblebee packages the eBPF program into the bumblebee oci image and creates the map for the program to interact with
- Bumblebee allows users to run local, remote, or third-party images as long as they trust them