Blog page

Building High-Performance Userspace eBPF VMs with LLVM
Learn about llvmbpf, a new project aimed at empowering developers with a high-performance eBPF virtual machine that leverages the LLVM framework for Just-In-Time and Ahead-Of-Time compilation
Read more
eBPF Security Power and Shortfalls
An overview on the security implications and applications of eBPF
Read more
Optimierung der Netzwerk- und Laufzeitsicherheit in Kubernetes durch den Einsatz von eBPF und Cilium
Lernen Sie, wie eBPF und Cilium die Netzwerk- und Laufzeitsicherheit in Kubernetes-Umgebungen verbessern können
Read more
eBPF in practice – PID concealment (Part 2)
Learn how how eBPF works and how to hide a process identifier (PID) from a user using a practical example
Read more
Hello eBPF: Building a Lightning Fast Firewall with Java & eBPF (14)
The fourteenth installment of the Hello eBPF series. In this part, you’ll learn how to build a Lightning Fast Firewall with Java & eBPF
Read more
eBPF Foundation Announces $250,000 in Grant Awards for Five eBPF Academic Research Projects
The eBPF Foundation announce their funding of five eBPF research projects! Three are about improving and verifying the eBPF verifier; one is about enabling application offloading into eBPF
Read more
Monitoring Inter-Pod Traffic at the AZ Level with Retina (an eBPF based tool)
Learn what eBPF is, explore the tools available for using it, and implement monitoring for inter-pod traffic using Retina, Kube State Metrics, Prometheus, and Grafana
Read more
filetop – eBPF Command Line Tools
Monitor disk I/O in real-time with filetop in BCC. Learn how to effectively track and analyze your system's disk I/O activity
Read more
runqlat and runqslower – eBPF command line tools
Learn about the runqlat and runqslower commands available in both BCC and bpftrace tool collections
Read more
eBPF for Anything!
Learn about how eBPF is Turing Complete by implementing Conway’s Game of Life entirely in eBPF
Read more