-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with bpfman #77
Comments
At this point it looks like we should wait for BPFD to release As this is meant to be an important milestone which will add a little bit more stability. As soon as that's done, I think we should open this right up and get started. |
It looks like BPFD 0.2 has been released 🎉 Does it mean we can unblock this one, correct? |
Yep! I want to try and start spec-ing helping this one move forward |
Ok So I've started this in https://github.com/astoycos/blixt/tree/bpfd-integration Otherwise we're blocked on having BTF support in AYA for rust programs. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale Actively working on this :) |
Putting this back into triage as further discussion will be needed. /triage needs-information |
BPFD is a system daemon for managing BPF programs. Using BPFD for Blixt would allow us to more easily and declaratively manage our eBPF programs (using Kubernetes CRDs) and has several other benefits such as helping us avoid conflicts with other eBPF programs already running on the system.
The purpose of this task is to replace our current Aya based eBPF program loader with BPFD using the BPFD Operator.
Tasks
The text was updated successfully, but these errors were encountered: