You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Bitnami KeyDB Helm chart does not provide built-in support for "Cluster" mode (partitioned masters). Users who wish to use this mode have to manually configure it, which complicates the setup and maintenance. Without native support, it's harder to deploy, upgrade, and scale the KeyDB cluster in Kubernetes environments, limiting high availability and fault tolerance. It is a. common setup most redis clients in production run, when configured to do so.
What is the feature you are proposing to solve the problem?
I propose adding support for cluster mode in the KeyDB Helm chart. This feature should include configuration options for enabling and managing master partitioning across nodes. Documentation on how to set up, scale, and monitor this replication mode should also be provided to ensure users can take full advantage of KeyDB’s high-availability capabilities, which can be found here.
What alternatives have you considered?
The only alternatives right now is to use the "worse-performing" redis helm chart, as it supports the cluster mode correctly.
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Hey there. I am also interested in cluster support(active-active, multi-master). I will be modifying bitnami/keydb helm chart in the coming days(most probably starting today). I will share my progress here.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/keydb all
What is the problem this feature will solve?
The current Bitnami KeyDB Helm chart does not provide built-in support for "Cluster" mode (partitioned masters). Users who wish to use this mode have to manually configure it, which complicates the setup and maintenance. Without native support, it's harder to deploy, upgrade, and scale the KeyDB cluster in Kubernetes environments, limiting high availability and fault tolerance. It is a. common setup most redis clients in production run, when configured to do so.
What is the feature you are proposing to solve the problem?
I propose adding support for cluster mode in the KeyDB Helm chart. This feature should include configuration options for enabling and managing master partitioning across nodes. Documentation on how to set up, scale, and monitor this replication mode should also be provided to ensure users can take full advantage of KeyDB’s high-availability capabilities, which can be found here.
What alternatives have you considered?
The only alternatives right now is to use the "worse-performing" redis helm chart, as it supports the cluster mode correctly.
The text was updated successfully, but these errors were encountered: