DurgaSarandsrnk.hashnode.dev·Jan 14, 2025The Future of Unified Observability: Integrating Data Observability with OpenTelemetry and eBPF1. Introduction Observability has transcended traditional monitoring paradigms, evolving into a necessity for understanding and optimizing complex distributed systems. Unified observability bridges silos across infrastructure, applications, and data ...1 like·255 readseBPF
Aditya Sethadityaseth777.hashnode.dev·Jan 7, 2025Securing Kubernetes Clusters with eBPF: A Privacy-First ApproachWhy this idea? Link: https://github.com/AdityaSeth777/ShieldK8s.git Picture this: It's 3 AM, and I'm staring at my terminal, watching our company's cloud bill skyrocket. Why? Our "cloud-native" security monitoring solution was sending terabytes of da...2 likes·197 readsKubernetes
Nnadozie Okekedozie.dev·Dec 11, 2024WIP - An Introduction to eBPF (extended Berkeley Packet Filter) and XDP (eXpress Data Path)Introduction eBPF (extended Berkeley Packet Filter) is a successor to the BPF (Berkeley Packet Filter) which already existed as part of the Linux kernel as far back as 1992. It allows developers to safely extend the kernel based on sys-call events, a...xdp
DurgaSarandsrnk.hashnode.dev·Nov 20, 2024Observability in LLM & AI Applications: Navigating the Black BoxThe explosive growth of Large Language Models (LLMs) and AI applications is reshaping industries, enabling capabilities from advanced chatbots to intelligent recommendation engines. However, these advancements also introduce unique challenges for sys...1 like·83 readsllm
DurgaSarandsrnk.hashnode.dev·Oct 30, 2024eBPF Observability: Revolutionizing System Monitoring in Modern InfrastructureIn today's complex cloud-native environments, obtaining deep insights into system behavior without impacting performance has become increasingly challenging. Enter eBPF (extended Berkeley Packet Filter) - a revolutionary technology that's transformin...135 readseBPF
prateek singhprateek-singh.hashnode.dev·Oct 3, 2024First eBPF programAnatomy of an eBPF program When working with eBPF programs, there are a few parts to it, namely: When the program will run. What it will do. How will it share information with the user space. When the program will run As mentioned in our previou...10 likes·847 readseBPFeBPF
prateek singhprateek-singh.hashnode.dev·Sep 23, 2024Introduction to eBPFWhat is eBPF Taken from the book Learning eBPF, by Liz Rice, “eBPF allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves.” To fully grasp this concept, it's essential to first under...1 like·665 readseBPFeBPF
GreyWindgreywind.hashnode.dev·Sep 17, 2024The BSD Packet Filter (BPF) Paper1.Introduction The BSD Packet Filter: A New Architecture for User-level Packet Capture Paper is published by UCB in Winter USENIX 1992. The BPF as known as BSD Packet Filter. It provides a raw interface to data link layers, permitting raw link-layer ...eBPFeBPF
Amit Sidesamitsides.hashnode.dev·Sep 14, 2024DevOps Complexity Philosophy: Pragmatism and Skepticism - 2025 Challenges ForecastLike all fields and disciplines, DevOps, as a discipline is divided into theory and practice. The practice (or pragmatics) should lead us to a Production-ready environment, that is, a code running on production cloud or on-premise with underlying net...180 readsDevops
Sumangal Chhetribytesbysumangal.hashnode.dev·Aug 13, 2024Enhancing Kubernetes SecurityIngress Packet Filtering Using eBPF In today's cloud-native ecosystem, security and performance are paramount. One innovative way to address these concerns is by implementing ingress packet filtering with eBPF (Extended Berkeley Packet Filter) in Kub...27 readsDevops