kodekloudhub / example-voting-app-kubernetes

366 stars 1.37k forks source link

Result app can't be reach from browser #7

Open lhmisho opened 1 year ago

lhmisho commented 1 year ago

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 commented 1 year ago
  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.