Currently kboom using a polling approach to see if all Pods are up and running. We should switch to a watch based approach because of the following benefits:
More fine granular start times (otherwise the granularity is limited to the polling interval)
Less overhead on the control plane since we only get updates for Pods
Currently kboom using a polling approach to see if all Pods are up and running. We should switch to a watch based approach because of the following benefits: