I'm currently using an image stacksimplify/Kube-frontend-nginx:1.0.0 to make it available for end-users. For the same reason, I'm deploying 2 services (1 for front-end & 1 for back-end) as much as 1 cluster for back-end and 1 load balancer.
The problem that I have is that as soon as I got the public IP Address from my front-end service, I'm getting the following message:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Aug 23 21:11:14 GMT 2021
There was an unexpected error (type=Not Found, status=404).
No message available
So, I'm pretty new to azure and kubernetes. To start troubleshooting this type of issues, what is the stuff that I have to do?