Distributed Tracing Best Practices for 2023Distributed tracing is now a staple in the modern observability stack. With the shift to microservices, we needed a new way to observe how our services interacted. Distributed Tracing provides that view by allowing us to do request tracing - i.e., tr...Oct 25, 2023·12 min read
Introducing Klone: Open-source remote debugging tool for Kubernetes servicesDebugging errors in remote Kubernetes environments is often more time-consuming than we’d like and issues need to be manually reproduced locally with mocks before we can debug. Mocking sucks At ZeroK, every time an issue occurred in our staging envir...Jun 9, 2023·9 min read
A comparison of eBPF Observability vs Agents and SidecarsThe observability landscape is witnessing a radical transformation today. The central driver of this shift is eBPF (extended Berkeley Packet Filter), a technology that is revolutionizing how we observe and monitor systems. In an earlier post, we took...May 26, 2023·10 min read
Decoding eBPF Observability 🕵️🐝How eBPF transforms Observability as we know itMay 22, 2023·14 min read