eBPF for Cybersecurity - Part 2
How are ebpf programs written?
You write an eBPF program. Mostly in restricted C.
Compile the program into bytecode using tools like clang
Use bpftool or another high-level program to load bytecode into the kernel
the verification evaluates the e...
blog.cloudnativefolks.org29 min read