You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to etcd-dev
Hi team,
I'm working on creating two etcd clusters with three replicationCount in each, one will be primary, and the second will be backup to create these clusters I'm using Bitnami etcd Helm chart and running Kubernetes. With these two clusters, I'm trying to achieve a DR scenario if the primary cluster fails all traffic will be routed to the backup cluster, and then I will not have to manually backup/restore the cluster. In order to make this scenario working I need these two clusters to sync their data with each other (Similar to Elasticsearch Cross-Cluster Replication), which means no matter where the request lands it will get the latest data and this is where I'm stuck, is this even possible?
Thanks,
Navneet
James Blair
unread,
May 7, 2024, 11:46:42 PM5/7/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to etcd-dev
Hi Navneet
Thanks for your question. For this use case of syncing the keyspace of two etcd clusters you could explore etcdctl make-mirror, refer:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to etcd-dev
Hello James,
Thanks for quick response i really appreciate it. i did not find any document to implement the same.
Could you please help me to get that.
Thanks,
Navneet
navneet rajput
unread,
Aug 22, 2024, 3:25:24 AM8/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to etcd-dev
Hi team,
We are able to run the mirror-maker at source and all the keys are replicating at source but when we are deleting any key at source its not deleting at destination. how can we achieve that.?