@Pablo S Please find information on BCDR with AKS here: https://learn.microsoft.com/en-us/azure/aks/operator-best-practices-multi-region. In addition, there are a number of ISV solutions that provide BCDR capabilities.
Listing a few here:
- Portworx, refer to this link
- Kasten, offers a very convenient GUI
- You may also want to look into Velero as it can protect both Kubernetes objects and the underlying persistent volumes. It can also sync Kubernetes objects to a secondary cluster but that may be better served in your deployment pipeline. More details on Velero are here: https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure/blob/master/README.md.
------------------------------------------------------------------------------------------------------------------------------
If an Answer is helpful, please “Accept Answer” and Up-Vote for the same which might be beneficial to other community members reading this thread.