-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring backend load balancer service is not accessible from the frontend #39
Comments
same problem with me, im using minikube k8x in a container |
same problem |
Faced this same problem, you need to follow this https://minikube.sigs.k8s.io/docs/handbook/accessing/#loadbalancer-access and your calling url will become something similar like |
The sa-web-app-lb Loadbalancer service is running on URL 192.168.49.2:31752
I placed this URL in App.js file
When I try to make a POST request to backend the connection times out,
However when I expose the sa-web-app-lb service using
minikube service sa-web-app-lb
, I am able to access it via PostmanWhat am I possibly doing wrong?
The text was updated successfully, but these errors were encountered: