gRPC is a high-performance Remote Procedure Call (RPC) framework initially created by Google for efficient data serialization and deserialization, commonly used for service-to-service communication in back-end systems. Since it relies on specific HTTP/2 features that are not supported in browser-based JavaScript environments, gRPC is not natively compatible with browsers. To address this, a slightly modified version called gRPC-Web was created. This allows front-end applications to communicat...| blog.compass-security.com
TL;DR In this post, I explain how the Tetragon Agent reads process lifecycle data from the eBPF Map and sends it to clients.🐝 Process lifecycle data flow IntroductionObserver Reading Process Lifecy…| Yuki Nakamura's Blog
A journey to the core behind the Kubernetes ListerWatcher interface| mgasch.com