@Fran : Go to the loadbalancer > health probe, and check what is the protocol being used. If its http/http, try putting /healthz in the probe path, else change to TCP and let us know if it helps
Cannot access ingress endpoint after upgrading to AKS 1.22
Fran
1
Reputation point
I have an AKS cluster that was running AKS version 1.19, I recently upgraded it to 1.22. After doing that, we updated our nginx ingress helm chart to the latest. We redeployed our application using helm. But now I cannot reach the ingress URL, nor the IP for the load balancer. It's all public, but I get a timeout each time. I try to increase the timeout limit, same issue.
Have anyone run into this issue?