Is there anyway we can migrate Redis Cluster that are running inside 2 different Kubernetes cluster without any downtime or minimal downtime?
Any help or hint is appreciated.
Is there anyway we can migrate Redis Cluster that are running inside 2 different Kubernetes cluster without any downtime or minimal downtime?
Any help or hint is appreciated.
Hi there,
Can you provide more detail? Replicating a database cluster means having the new cluster up and running with all of the data from the old cluster. Sometimes you need to write to both clusters simultaneously for a period of time when you make the switch.
Kyle