XenitAB / terraform-modules

Xenit Terraform modules
MIT License
33 stars 18 forks source link

feat: Add option to use Azure CNI with Cilium #1142

Open CalleB3 opened 2 months ago

CalleB3 commented 2 months ago

Currently there are still some limitations to AKS built-in Cilium. We cannot use LocalRedirectPolicys due to it not being enabled in AKS, which is required by node-local-dns. So if running Cilium, disable node-local-dns.

https://github.com/Azure/AKS/issues/4202

Also there is no support for Hubble yet.

https://github.com/Azure/AKS/issues/3978