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.
MIT License
38
stars
35
forks
source link
Upgraded to mitigate obsolete and deprecated warnings from upgrades to Terraform 0.12 and azurerm #5
Ran terraform 0.12upgrade to resolve issues with string interpolation on single value
Resolved
Warning: "public_ip_address_allocation": [DEPRECATED] this property has been deprecated in favor of allocation_method to better match the api
on .terraform/modules/appgw-ingress-k8s-cluster/Azure-terraform-azurerm-appgw-ingress-k8s-cluster-602c9b9/main.tf line 63, in resource "azurerm_public_ip" "test":
Resolved
Warning: "agent_pool_profile": [DEPRECATED] This has been replaced by default_node_pool and will be removed in version 2.0 of the AzureRM Provider
terraform 0.12upgrade
to resolve issues with string interpolation on single value