You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to use External Load Balancer to allow traffic to go from public Internet to my application over HTTP (port 8888) [http://<External-IP-from-LB>:8888]. However, I failed to access the same application through NodePort and Ingress Controller [http://<External-IP-from-Ingress>/opsc]. It returned a page saying:
Error: Server Error
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds.
I managed to use External Load Balancer to allow traffic to go from public Internet to my application over HTTP (port 8888) [http://<External-IP-from-LB>:8888]. However, I failed to access the same application through NodePort and Ingress Controller [http://<External-IP-from-Ingress>/opsc]. It returned a page saying:
Error: Server Error
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds.
Here are the yamls to set up my environment:
Any idea to share what could go wrong? Any idea to troubleshoot the problem?
The text was updated successfully, but these errors were encountered: