I need to setup ArgoCD DR fully automated in multi-region. Help me with the best approach as I am new to ArgoCD #15229
Replies: 5 comments 2 replies
-
Although I am a strong advocate of DR, for stuff like Argo that can, and should, be entirely codified, as should their applications, what is the benefit of DR? |
Beta Was this translation helpful? Give feedback.
-
Thanks @FernandoMiguel for your response. So rather than having a DR, we can have the backups at regular interval and store it. We can restore it using the backup when there is an issue in the primary ArgoCD is what you suggest? |
Beta Was this translation helpful? Give feedback.
-
I tried taking a backup of Argo by export command and tried importing it in a new cluster by installing Argo. It took me 15 to 20 minutes for this procedure. Below are the commands I used: take complete backup of existing argocdargocd admin export -n argocd > argocd-backup-$(date +"%Y-%m-%d_%H:%M").yml argocd admin import - < argocd-backup-2023-07-19_16:23.yml |
Beta Was this translation helpful? Give feedback.
-
I am installing the Argo using Helm package in the cluster and have integrated with GitLab which consists of the application code |
Beta Was this translation helpful? Give feedback.
-
@FernandoMiguel : Thanks a lot for your suggestion. It helped me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have the ArgoCD installed in EKS Cluster. I have to set-up Disaster Recovery for the application in multi-region. I have tried exploring and have got this official document:
https://argo-cd.readthedocs.io/en/stable/operator-manual/disaster_recovery/
But the ask here is, I have to automate the complete DR process. Please help me with the workflow how best I can carry out this.
Beta Was this translation helpful? Give feedback.
All reactions