mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 04:19:22 +00:00
.. | ||
build.sh | ||
Dockerfile | ||
README.md |
Bpf builder
Currently we push the ebpf *.o
files to source control, the motivation for it is to avoid the need for everyone to compile it in their PC.
This directory helps those who do want to build the .o files, it also serve as a documentation for the process of compiling the ebpf code.
How to run ebpf-builder
From you shell, go to this directory and run ./build.sh
Once the docker finished successfully, make sure to commit the four relevant files.
tlstapper_bpfeb.go tlstapper_bpfel.go tlstapper_bpfeb.o tlstapper_bpfel.o