-
Notifications
You must be signed in to change notification settings - Fork 342
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
ContainerMonitor: use libbpf instead of bcc #38
Comments
@nam-jaehyun It seems to be a bcc issue(#195) because of which passing enableHostPolicy=true to kubearmor fails with error:
The issue seems to be fixed now in bcc. Strangely its happening in our case. |
For this, we already have a codepath with libbpf: https://github.com/kubearmor/KubeArmor/tree/event-auditor/KubeArmor/eventAuditor/BPF And as I've mentioned here #270 (comment), it can be moved to other path. |
@nam-jaehyun Can I work on this? |
bcc requires kernel headers and it seems unstable when we test KubeArmor on several environments (with different kernel versions). Thus, we're planning to change the base of the container monitor from bcc to libbpf.
The text was updated successfully, but these errors were encountered: