Azure Files + AKS Multi-Region Architecture
I’m trying to design a multi-region architecture in Azure, with automatic failover in the event of a region-wide outage. I’m using Azure Kubernetes Service. One of the key applications uses a file system back-end (not something I can change). Since Azure Files is listed as one of the ReadWriteMany
volume types, this is what I’m using for my AKS volumes to allow multiple instances of this container to read/write simultaneously.