GOTC eBPF
May 28 13:30:00-17:35:00
Address: Zhangjiang Science Hall
Producer: Xiang Yang
Host: Xiang Yang
eBPF (extended Berkeley Packet Filter) is a highly flexible and efficient virtual machine-like component in the Linux kernel. It can run directly in the Linux Kernel Mode and can quickly complete processing of packets and system calls, avoiding the overhead of switching between Kernel Mode/User Mode and data copying. Due to its strong security and stability, there are more and more eBPF-based projects have sprung up. Currently, many kernel subsystems have already used eBPF, such as common areas in networking, load balancing, tracking, and security. In addition, some widely used open-source projects, such as Cilium, Falco, Bcc, Katran, Bpftrace, Kubectl-trace, have adopted this technology. This forum will fully demonstrate the eBPF technology and share how to integrate it into real-world work.