-
Notifications
You must be signed in to change notification settings - Fork 231
Description
What is the user interaction of your feature
A concise description of user interactions or user stories of your feature request
For now, we have a database service that we want to containerize using kubeblocks, such as an etcd cluster. We need to deploy three instances in three K8S clusters(member cluster) for high availability between clusters.
We already have components that support multi-cluster, such as karmada. Now we want kubeblocks to be able to leverage the capabilities of karmada and integrate with it to achieve the above functions.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
But now, according to our research results, it is not enough to use karmada to distribute instanceSet to member clusters only; because lifecycleActions need to cooperate with component controller to complete, which means that component also needs to be distributed to member cluster; this is only the problem known at present, whether there will be other unknown problems, it is not clear
Here is the actual situation of Kuaishou, only instanceSet is distributed; refer to https://mp.weixin.qq.com/s/YKFxgL5oCTHfD05Dg7Ju8w?scene=1
If this is a new feature, please describe the motivation and goals.
A clear and concise description of why you want to happen, link the design doc if possible
kubeblocks supports deploying a cluster instance on multiple clusters; no matter which method is used
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.