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...Discuss·1 like·42 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...Discuss·112 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...Discuss·10 likes·593 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...Discuss·1 like·495 readseBPFeBPF
GreyWindgreywind.cn·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 ...DiscusseBPFeBPF
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...Discuss·170 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...Discuss·27 readsDevops
Animesh PathakforKeploy Tech Blogkeploy-blog.hashnode.dev·Aug 7, 2024BitBucket Self-Hosting : Running ebpf/Privileged programsBitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility in setting up pipelines, but there are limitations, particularly around root privileges and mounting volumes. This b...DiscussBitbucket
Aryan Parasharcodechill.hashnode.dev·Jul 2, 2024Cilium Gateway API: Bridging Networks Beyond Envoy ProxiesIn the ever-evolving landscape of Kubernetes and cloud-native architectures, network security and efficiency have become paramount. This article explores the Cilium Gateway API, a cutting-edge solution that goes beyond the traditional Envoy proxies, ...Discuss·722 readsDevOps & CloudNativeKubernetes
Cheithanya Prccloudy.hashnode.dev·Jun 21, 2024eBPF Technology: Everything You Need to KnoweBPF is a revolutionary kernel technology that allows developers to write custom code that can be loaded into the kernel dynamically, changing the way the kernel behaves. This enables a new generation of highly performant networking, observability, a...DiscusseBPF