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
Hi,
How can I create multiple clusters (e.g. one named 'test_cache_1' and one named 'test_cache_2') on the same k8s statefulset nodes (meaning one helm deployment). Is there a way to use multiple different hazelcast.yaml configuration files in one deployment? I have a lot of logical groups (clusters) and don't want to have to deploy a whole different statefulset per cluster.
The text was updated successfully, but these errors were encountered:
amanda45762
changed the title
how to create multiple clusters on the same k8s statefulset nodes
how to create multiple clusters in one helm deployment
Jan 27, 2025
Hi,
How can I create multiple clusters (e.g. one named 'test_cache_1' and one named 'test_cache_2') on the same k8s statefulset nodes (meaning one helm deployment). Is there a way to use multiple different hazelcast.yaml configuration files in one deployment? I have a lot of logical groups (clusters) and don't want to have to deploy a whole different statefulset per cluster.
I see it is possible to have multiple clusters/instances in one JVM based on the docs here https://docs.hazelcast.com/hazelcast/5.5/clusters/creating-clusters
The text was updated successfully, but these errors were encountered: