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.
Collection
[
|
...
]