AKS Ingress navigating to a URL path returns a 404, url changes to the index.html which is the correct route?

3/17/2020

within my ingress file i have a path set up to navigate to my app, that routes to an application,

when i go to myingresIp/pss it redirects to myingresip/index.html, so it is almost like the routing is working its just not hitting my app.

I feel like the URL still needs to keep the /app prefix.

Can any one see what could be causing this problem or suggest a way of debugging this i am pretty new to AKS/kubernetes, or if there is some kind of logs that i can access to see what the underlying issue is?

Yaml:

Service File

enter image description here

enter image description here

The page i get then i navigate to myingresIp/pss is: enter image description here

pod data: enter image description here

-- Hawkzey
azure-aks
docker
kubernetes-helm

0 Answers