The Application Gateway Ingress Controller allows the Azure Application Gateway to be used as the ingress for an Azure Kubernetes Service aka AKS cluster. As shown in the figure below, the ingress controller runs as a pod within the AKS cluster. It consumes Kubernetes Ingress Resources and converts them to an Azure Application Gateway configuration which allows the gateway to load-balance traffic to Kubernetes pods.
Ran the terraform 0.12upgrade command which resolved the string interpolation warnings and created a versions.tf file explicitly stating that terraform 0.12.x + is required.
Resolved two azurerm changes that are currently throwing deprecated property warnings.
Ran the
terraform 0.12upgrade
command which resolved the string interpolation warnings and created aversions.tf
file explicitly stating that terraform 0.12.x + is required.Resolved two azurerm changes that are currently throwing deprecated property warnings.