Hi Team,
I have created an AKS cluster(windows nodepool) with Azure Application Gateway as ingress controller. Networking also enabled.
Then I tried to apply my Kubernetes ingress manifest file and it is created successfully. But IP address is not allocated to the ingress. I tried many possible ways but not able to find a solution. I am a beginner to Azure platform. Please help me if anyone is having the solution for this issue. Thanks in Advance.
(NB : I have created everything using terraform azure kubernetes provider)
PS C:.................> kubectl get ingress
NAME CLASS HOSTS ADDRESS PORTS AGE
ingress-appgw azure-application-gateway o............com 80, 443 13m
