Multiple scylla cluster-manager pair deployment

Hi, I tried to deploy a scylla cluster - manager pair in k8s cluster working as expected, but on deploying another pair of it. Manager Controller for the first pair registers the second cluster in the first manager, and second manager controller also registers the second cluster in second manager. Both the pairs are in different namespaces, I would like to ask if it is possible to deploy two or multiple pairs of one-one mapped scylla cluster and manager?, I was looking through the controller code and found that scylla clusters are discovered across all the namespace, is it possible to control it and limit it to a specific namespace, or some specific annotations?

No, it’s not possible with current design. Current integration assumes Scylla Manager is global and it registers all discovered ScyllaClusters.

1 Like