Remove eBPF
article thumbnail

Article: Debugging Production: eBPF Chaos

InfoQ Articles

This article shares insights into learning eBPF as a new cloud-native technology which aims to improve Observability and Security workflows. You’ll learn how chaos engineering can help, and get an insight into eBPF based observability and security use cases.

article thumbnail

Article: A Gentle Introduction to eBPF

InfoQ Articles

eBPF lets programmers execute custom bytecode within the kernel without having to change the kernel or load kernel modules. In this article, we will review what eBPF is, what it does, and how it works. Then, we will explain how to execute an eBPF program and provide an example of eBPF in action.

136
136
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Article: Learning eBPF for Better Observability

InfoQ Articles

This article shares insights into learning eBPF as a new cloud-native technology which aims to improve Observability and Security workflows. Learn how to practice using the tools, and dive into your own development. Iterate on your knowledge step-by-step, and follow-up with more advanced use cases later. By Michael Friedrich

76
article thumbnail

Article: The Silent Platform Revolution: How eBPF Is Fundamentally Transforming Cloud-Native Platforms

InfoQ Articles

There is a silent eBPF revolution reshaping platforms and the cloud-native world in its image, and this is its story. By Bill Mulligan, Daniel Borkmann

113
113
article thumbnail

Article: eBPF and the Service Mesh

InfoQ Articles

While eBPF looks promising to improve service mesh sidecar proxy performance, there are other, simplier ways to improve performance. The layer 7 processing needed for service meshes is unlikely to be feasible in eBPF for the foreseeable future, which means that meshes will still need proxies. By Flynn.

60
article thumbnail

eBPF: Modern Security for Modern Environments

Cprime

In this post, you’ll learn what the limitations of traditional security are and how modern security works with eBPF technology. eBPF is a Linux kernel technology that allows you to build mini-programs that run on a kernel level. In this post, we’ll talk about eBPF in the context of container networking security.