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
Dear @mmumshad,
after running every service and deployment. minikube service result-service --urlhttp://192.168.49.2:30005 but the site can't be reach.
eagerly waiting for your response
The text was updated successfully, but these errors were encountered:
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
kubectl logs
This will give you more information about why the service is not responding.
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.
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.
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
The text was updated successfully, but these errors were encountered: