I have deployed all the services on k8s. Even the frontend docker image is running on k8s as a nodeport service. The upstream backend variable in frontend proxy conf is set to the gateway-service on 8080 as both frontend and gateway service are running in the same cluster. Also the rootUrl config is altered to connect to the gateway service via 8080.
Everything is deployed and I can see all Pods are up and running with their respective services.
When I browse the nodePort and public IP of my worker node on which the frontend service is running, I can see the login page... however I do not know what is the user ID and password that I need to submit.
Upon giving a testuser as ID and leaving password as blank or some random input, when I click the sign-in button, nothing happens!!! When I debug through chrome dev tools, I do not see any network calls when sign in button is clicked!!
I have deployed all the services on k8s. Even the frontend docker image is running on k8s as a nodeport service. The upstream backend variable in frontend proxy conf is set to the gateway-service on 8080 as both frontend and gateway service are running in the same cluster. Also the rootUrl config is altered to connect to the gateway service via 8080.
Everything is deployed and I can see all Pods are up and running with their respective services.
When I browse the nodePort and public IP of my worker node on which the frontend service is running, I can see the login page... however I do not know what is the user ID and password that I need to submit.
Upon giving a testuser as ID and leaving password as blank or some random input, when I click the sign-in button, nothing happens!!! When I debug through chrome dev tools, I do not see any network calls when sign in button is clicked!!