Terminology Index

Glossary

64 terms starting with "E"

Open concept maps

Showing 33-64 of 64 terms

E
32

eBPF-Based Observability

Using eBPF, a technology that safely runs custom programs inside the Linux kernel, to observe system and network activity at a deep level for security, capturing process, file, and network events with low overhead.

eBPF lets tools hook into the Linux kernel to observe events, system calls, network packets, process activity, without modifying the kernel or installing intrusive agents, and with low performance cost. For cloud-native security this is transformative: it provides rich, real-time visibility into container and workload behavior that enables runtime threat detection and deep observability across ephemeral, distributed systems where traditional agents fall short.

Introduced in: Cloud-Native Security

Examples

  • Using eBPF to observe system calls a container makes at runtime.
  • Capturing network and process events kernel-side with minimal overhead.
  • Detecting a container escape attempt through eBPF-based monitoring.

No related terms linked yet.