I am thinking about using cluster
vs namespaced
scope k8s operators.
In theory i have a lot of namespaces and i can deploy some kubernetes operator KO
for each namespace. I suppose that in this case in each namespace KO
subscribed for events in kubernets cluster for each namespace. Сould this be a performance problem for the cluster? Maybe for big number of namespaces is better idea to use cluster scope operator ? (It manage many instances for many namespaces but have only one subscription)