Azure application Gateway returns 502 with AKS build from terraform

4/12/2019

Im currently testing to build aks cluster with application gateway ingress from terraform following this documentation.

https://docs.microsoft.com/en-gb/azure/terraform/terraform-create-k8s-cluster-with-aks-applicationgateway-ingress

After successfully creation, i tried to serve a guestbook tutorial through the app gateway ingress controller:

https://azure.github.io/application-gateway-kubernetes-ingress/docs/tutorial.html#expose-services-over-http

The application started normally but the application gateway returns HTTP 502 error.

-- juhnz
azure
azure-application-gateway
azure-kubernetes

1 Answer

4/19/2019

I found solution here : github.com/MicrosoftDocs/azure-docs/issues/27904 The problem was documentation, ingress controller wasnt deployed

-- juhnz
Source: StackOverflow