Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.66 KB

ebpf.md

File metadata and controls

32 lines (20 loc) · 1.66 KB

eBPF

eBPF is a technology with origins in the Linux kernel that can run sandboxed programs in an operating system kernel. It is used to safely and efficiently extend the capabilities of the kernel without requiring to change kernel source code or load kernel modules.

ebpf.io

Learn

Overview

Overview

Publications

Projects

ebpf.io/projects

  • Cilium
  • Falco
  • Katran

Tools