Guys, May I know how to share the data cross the Kubernates clusters by using Hazelcast? Right now we using the Hazelcast community edition 5.1 and the Hazelcast Cache Services are getting deployed on two different clusters, I want to get the hazelcast maps data to one Kubernates cluster from other cluster when new code changes are getting deployed on.
And we want to retain the same maps data for new pods in the same cluster and when the pods are getting down and have to get the New data which was added on other cluster when the new code changes are getting deployed.
Currently we are using the DNS Look up approach to distribute the data across the same cluster and for other clusters we wrote the API's to send the data to different cluster when the pods are up and running in both the clusters so that hazelcast members were updated with the latest data in both the kubernates clusters.