AKS cross regional Network policy

3/13/2019

We are planning to build a AKS cluster in HA cross regional using Azure Traffic manager. We intend to apply certain network policies on one region and same needs to be replicated on the other region. How can we ensure replication across the multi region ? Additionally how can we ensure Storage isolation in AKS region? Any leads would be appreciated.

-- Manpreet
azure
azure-aks
containers
kubernetes
networking

1 Answer

3/13/2019

As far as I know kubernetes doesnt offer any sync engine. You can use flux or any other gitops tool to sync configs between clusters (or rather apply the same config to clusters).

-- 4c74356b41
Source: StackOverflow