HI Eden ,
Is the URL hosted on Application Gateway or Frontdoor? you can refer to the below article to check the relevant scenerio for your configuration and try the steps mentioned.
Please Accept as answer if the reply is helpful
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
After a migration to 1.25, which who succeeded. All applications hosted on this cluster return an "ERR_CONNECTION_TIMED_OUT" error. Yet I haven't changed anything making the Kubernetes upgrade. I've tried deleting namespaces, deployments, services and ingress but nothing changes. An application gateway is used, the endpoints seem to point to the right place.
Have you had this type of problem before? Do you have any idea of a solution or where I should look, please?
HI Eden ,
Is the URL hosted on Application Gateway or Frontdoor? you can refer to the below article to check the relevant scenerio for your configuration and try the steps mentioned.
Please Accept as answer if the reply is helpful
Hello Eden_Reen ,
welcome to microsoft Q&A, Thankyou for posting for your Query here.
Based on the error message you are seeing, "ERR_CONNECTION_TIMED_OUT", it is possible that the issue is related to network connectivity.
Check if the Kubernetes API server is accessible by running kubectl
command in the cluster.
If you are able to connect to the API server, then the issue may not be related to Kubernetes itself.
Check if the application gateway is configured correctly. Make sure that the endpoints are pointing to the right place and that the gateway is properly configured to route traffic to your Kubernetes cluster.
Check if there are any firewall rules or network security groups that may be blocking traffic to your Kubernetes cluster.
Check if there are any issues with your nodes or pods. You can use kubectl get nodes
and kubectl get pods
to check the status of your nodes and pods.
Hope this helps you. please accept the answer if it helps you .