Enhancing Kubernetes Resource Management with SharedInformers | HackerNoon
Briefly

The Kubernetes controller monitors objects to align the desired vs actual states, using Informers to efficiently watch resources and maintain a cached in-memory copy.
Informers use watch streams to keep real-time updates and relist objects periodically, unlike raw watch operations that lack caching and can miss critical events.
Read at Hackernoon
[
|
]