hazelcast / hazelcast-operator

Apache License 2.0
10 stars 14 forks source link

Is it possible to create hazelcast cluster on two openshift cluster using hazelcast operator #21

Open srinivasraja54 opened 3 years ago

srinivasraja54 commented 3 years ago

For creating hazelcast cluster two two kubernetes clusters, we can create a sa token, ca certificate and register it as an external client in the first cluster. Is that possible with operator?

We are trying to implement hazelcast distributed caching on on two on prem clusters running in different data centers. Please suggest the best way

leszko commented 3 years ago

With the operator, you can create two Hazelcast clusters. Then, you can connect with external client to each of them.

If you want to keep them in sync using geo-replication, you should look into Hazlecast WAN Replication.