Cannot access ingress endpoint after upgrading to AKS 1.22

Fran 1 Reputation point
2022-09-13T21:14:10.123+00:00

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?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,187 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lj-MSFT 81 Reputation points Microsoft Employee
    2022-12-09T06:34:39.77+00:00

    @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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.