CoreDNS custom Terraform module

Hi,

I have a question about adding coredns custom to a terraform module, has anyone done it before or is it even possible, if the cluster is deployed directly from Azure (AKS).

Any help or input would be appreciated.

Thanks.

yeah, it’s possible to do with Terraform Registry. We used to manage CoreDNS via Terraform on our EKS clusters before AWS released managed addons. Once you have coded all related k8s resources, you will need to import existing resources to Terraform.