Skip to content
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

Result app can't be reach from browser #7

Open
lhmisho opened this issue Apr 3, 2023 · 1 comment
Open

Result app can't be reach from browser #7

lhmisho opened this issue Apr 3, 2023 · 1 comment

Comments

@lhmisho
Copy link

lhmisho commented Apr 3, 2023

Dear @mmumshad,
after running every service and deployment.
minikube service result-service --url http://192.168.49.2:30005 but the site can't be reach.
eagerly waiting for your response

@0xchabbi
Copy link

  1. Check the status of the service and deployment:
    kubectl describe service
    kubectl describe deployment
    Make sure that the result-service is running and has a valid IP address and port number. Also, check that the corresponding deployment is running and has the correct number of replicas

  2. kubectl logs
    This will give you more information about why the service is not responding.

  3. Check the firewall settings:
    Make sure that the firewall settings on your system are not blocking the port that the service is running on. You can try disabling the firewall temporarily and see if that resolves the issue.

  4. Make sure that your network settings are correct and that you are connected to the correct network. You can try pinging the IP address of the service to see if you can reach it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants