Platform engineeringWhere the controller-runtime cache bites you: stale reads, missing indexes, unbounded watches
A revised kubernetes.io deep dive walks through the local cache every kubebuilder-based controller depends on. The operational read: r.Get and r.List never touch the API server, and that is where a class of quiet controller bugs actually lives.