bytesbysumangal.hashnode.devBuilding OCI Metadata Parser: Extracting Image Metadata from JSON & YAMLIntroduction When working with containerized environments, analyzing OCI image metadata is crucial for understanding image structure, layers, and versions. To simplify this, we built OCI Metadata Parser, a Go-based tool that extracts metadata from JS...Feb 18, 2025·3 min read
bytesbysumangal.hashnode.devBuilding an eBPF Gadget Inspector: A Deep Dive into Process MonitoringBuilding an eBPF Gadget Inspector: A Deep Dive into Process Monitoring Introduction eBPF (Extended Berkeley Packet Filter) is a powerful Linux technology that allows programs to run in the kernel safely and efficiently. In this article, we will explo...Feb 18, 2025·3 min read
bytesbysumangal.hashnode.devBuilding a Performance Dashboard for Cloud-Native Applications: Insights and ImplementationIntroduction In the dynamic world of cloud-native applications, performance monitoring and optimization are critical to ensure smooth and efficient operations. With the complexity and scalability of cloud-native environments, having a robust performa...Aug 13, 2024·4 min read
bytesbysumangal.hashnode.devIntegrating Kubernetes with Ontologies and Semantic Graphs: A Deep DiveIntroduction In the rapidly evolving world of cloud-native technologies, Kubernetes stands out as a robust platform for container orchestration. However, managing and understanding the relationships between Kubernetes resources can be complex. To add...Aug 13, 2024·3 min read
bytesbysumangal.hashnode.devEnhancing 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...Aug 13, 2024·3 min read