0
votes

I am trying to deploy to an AKS cluster using ARM templates. I downloaded the generated template from the Azure portal, but couldn't figure out "kube-router" network policies through ARM template.

Is there a way to do this through ARM template?

1

1 Answers

0
votes

As I know, "kube-router" is a service of Kubernetes. You can get something useful from here.

You can find all the configuration of template for Azure Kubernetes here. So it seems you cannot set the "kube-router" network policies through ARM template. But you can take a look at the "networkProfile" of the AKS properties and there is a network Policy.