sysdiglabs / kubectl-capture

A kubectl plugin which triggers a Sysdig capture
https://sysdig.com/opensource/inspect/
Apache License 2.0
99 stars 9 forks source link

Add support to eBPF instead of Kernel Module for capturing system calls #3

Closed nestorsalceda closed 5 years ago

nestorsalceda commented 5 years ago

The kernel module technology works great, but there are some environments where we don't are allowed to load kernel modules, so we need to offer an alternative way to capture system calls.

The default strategy is the kernel loading module, but we are allowed to use --ebpf to use eBPF.