Disaster recovery scenario

Nunzio Mauro 0 Reputation points
2024-03-25T20:08:36.1266667+00:00

Hi,

I'm designing a disaster recovery solution but I have some doubts, in particular I'm not sure about:

  1. What happens when a region fails back? Are the resources I had in that region lost and will have to be recreated or will they "recover" on their own? For example, does AKS restart everything automatically?
  2. With respect to the last question, assuming that AKS manages to failback, if I had a storage account shared between AKS of the primary region and AKS of the secondary region (DR), how can I avoid them writing to the storage account at the same time?
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,119 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 24,530 Reputation points MVP
    2024-03-25T21:26:40.4933333+00:00
    1. That depends on the service - for example, it's handled differently for Azure Storage, Azure SQL, and Azure VMs. In general (with some exceptions), both failover and failback between the regions would require some involvement on your part because of the potential for data loss. For example, Azure Site Recovery allows you to automate orchestration of failover and failback, but you need to initiate each.
    2. AKS does not support cross-region failover/failback - you need to implement either active/passive or active/active configuration. Details at https://learn.microsoft.com/en-us/azure/aks/ha-dr-overview

    hth

    Marcin


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.