Slide 18
Slide 18 text
SharedInformer
• We can stay informed about when events like pod creation,
node joining, etc. are triggered by using a primitive exposed by
Kubernetes and the client-go called SharedInformer, inside the
cache package.
• Previously, each controller had its own informer cache that it
would use.