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
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