Gentle Introduction to eBPF
Ayesha Kaleem - a year ago
eBPF (Extended Berkeley Packet Filter) is the hottest technology now a day and it makes talking to the Linux kernel far easier without actually changing the kernel itself. Now it is possible to make additional changes to the kernel related to security, networking, and observability. As an eBPF program is loaded into the kernel, a verifier ensures that it is safe to run, and rejects it if not. Once loaded, an eBPF the program needs to be attached to an event so that whenever the event happens, the program is triggered. eBPF allows us to collect customized information about how an app is behaving without having to change the app in any way, by observing it from within the kernel. We can build on this observability to create eBPF security tools that detect or even prevent malicious activity within the kernel. And we can develop powerful, high-performance networking capabilities with eBPF, handling network packets within the kernel and avoiding costly transitions to and from user space.
Jobs with related skills
DevOps Engineer (m/f/d)
Rheinmetall Electronics GmbH
·
29 days ago
Bremen, Germany
Hybrid
Site Reliability Engineer (Microsoft Azure)
Siedle
·
30 days ago
Furtwangen im Schwarzwald, Germany
Hybrid
Devops Engineer Supply Solutions (m/w/d)
msg
·
1 month ago
Frankfurt am Main, Germany
+8
Hybrid
AWS Cloud DevOps Engineer in Oldenburg (m/w/d)
BTC Embedded Systems AG
·
1 month ago
Oldenburg, Germany
Hybrid
Related Videos