How controller-runtime Cache Works and Why It Matters for Performance
Writing Kubernetes controllers in Go often leads to confusion about when data is read from the API server versus a local cache. This guide explains the controller-runtime cache internals, the shift to RealFIFO, and how to optimize memory usage.