rocketmq-operator
rocketmq-operator copied to clipboard
operator manages multiple clusters
FEATURE REQUEST
- rocketmq-operator can watch multiple namespaces at the same time, and then can operate multiple rocketmq clusters at the same time.
For the above issue, we can submit code.
Would you like to try whether the latest version solve this problem?
Would you like to try whether the latest version solve this problem?
Hi @caigy , The latest version doesn't solve this problem. First, bcz it set Namespace-scoped Operator, which means this operator only watches crd that deploy in the same namespace with the operator. Second, Due to the variables in 'share' package bind a Broker with a NameService. So rocketmq-operator only controls one Broker with one NameService.
Thank you
FEATURE REQUEST
- rocketmq-operator can watch multiple namespaces at the same time, and then can operate multiple rocketmq clusters at the same time.
For the above issue, we can submit code.
Hi @linjiemiao ,
May I ask you a question?
Can your newly submitted code do the following?
operator control multiple rocketmq clusters in one namespace, and also one rocketmq cluster includes one NameService and multiple Brokers.
Thank you.
I am doing this thing
Maybe you can delpoy nameservice along with operator, let one nameservice control multi-brokers. @MrLYG
BTW, for multi-tenant scenarios in Kubernetes, it is necessary to have one nameservice cluster corresponding to one broker cluster. IMO, this issue is still need to be resolved.
cc @caigy