-
Notifications
You must be signed in to change notification settings - Fork 911
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
falcoctl #811
Comments
I totally agree. If it's OK for others, I propose to migrate your POC under |
It should be called |
Can we name it |
Agree ! 🦅 🦅 🦅 |
Notes from slack:
|
Another thought
Version flagsWe could have a flag to specify which version of Kubernetes to use (this might be a dependency nightmare) Example
Release different binariesThis would allow us some freedom of building in custom logic for each release (relevant to #809) as we push this to GA. We could branch our code for various versions of Kubernetes, but again, this would be a pain to keep up with. Maybe we could only support Kubernetes LTS?
Smart installWe could have |
We also need to think about managed k8s, for example, we can't load kernel module on GKE, eBPF becomes mandatory. Same for auditsink (for k8s events), it's not available in EKS/GKE. If k8s versionning nigthmare is hell, it's still only top of iceberg. |
@fntlnz RUNBPF |
@kris-nova this feature looks very interesting, I was a bit skeptic about it initially but after looking at your poc code and testing it out I feel like we need it to improve our user experience by far.
|
Also please review, and manually merge once you are ready @fntlnz |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This was done. We can close this and follow up in the falcoctl repo /close |
@fntlnz: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
A new CLI tool called
falcoctl
.This would be a new repository.
Here is a proof of concept
Why is this needed:
Think of
falcoctl
as a.go
program that is statically linked so thatThe text was updated successfully, but these errors were encountered: