Closed lgadban closed 2 years ago
I love this. To clarify, deploying the probe will be as simple as deploying the docker container with appropriate permissions/capabilities, right?
Yes, exactly!
Wonderful, as soon as this is ready I have a very cool use case in mind :)
The current BumbleBee workflow is:
bee build
bee run
So, in order to run your BPF programs, the
bee
CLI must be present on any system you wish to run them on.To make the entire process portable, we can package the
bee
runner/loader along with the built BPF programs in a container to allow it to run anywhere without prior work necessary to e.g. install thebee
CLI.cc: @aantn -- thanks for the suggestion!