Blog page

TechnologyExternal
eBPF for Security
Learn how organizations are using eBPF for security, as a new ubiquitous technology to protect their workloads
Read more
How-ToExternal
Hello eBPF: A Packet Logger in Pure Java using TC and XDP Hooks (13)
The thirteenth installment of the Hello eBPF series. In this part, you’ll learn how to build a packet logger in pure Java using TC and XDP hooks
Read more
TechnologyExternal
eBPF TLS tracing: The Past, Present and Future
Explore the TLS tracing tactics used by open source projects, how they've evolved to address these unstable user space library interfaces and where the future is headed
Read more
How-ToExternal
Writing eBPF RawTracepoint Program with Rust Aya
Learn how to write an eBPF RawTracepoint program using Aya with Rust
Read more
TechnologyExternal
Challenges and Strategies in eBPF Uprobe Development
Learn where and how to discover and attach uprobes in the application stack
Read more
TechnologyExternal
Re-implementing my Linux Rust scheduler in eBPF
Learn how a rust-based Linux scheduler was re-implemented with BPF
Read more
How-ToExternal
Part 2: eBPF Map Metrics Prometheus Exporter
Learn about eBPF Iterators and how to export eBPF Map metrics without altering your application stack
Read more
TechnologyExternal