简体   繁体   中英

Can we configure kube-router network policy from Azure Kubernetes Service using ARM Template

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM