(TODO expound on bullet points)
Intro
Retrospective
use Kubebuilder
My soltution instantiates a watch (click for source code) on a Kubernetes API object
However, the watch on the object returns a large stream of data that has to be filtered to find the revelant data
If the data backing the watch changes while it’s active, then …. (todo relearn how this works)
We use a complex concurrency pattern to filter the data
We use a complex concurrency pattern to filter the data