-
Memory Management in Kubernetes
From a performance engineers’ perspective, K8s is not only a container orchestrator, but as I perceive it as dynamic workload and resource control plane that directly influences system scalability, latency, and stability under load.
-
Understanding Garbage Collection Logging and How to Analyze It?
Although GC logs can be quite verbose, they offer unique insights that other sources don’t provide. They capture details like stop-the-world events and their duration, application thread pauses, memory pool utilization, and much more.
-
What is a Load Generator?
Hosting the LG on a public cloud outside the application’s subnet introduced significant network latency. This was misinterpreted as server-side slowness.