Giter Site home page Giter Site logo

Cannot connect to demo about cloud-native-starter HOT 4 CLOSED

ibm avatar ibm commented on August 22, 2024
Cannot connect to demo

from cloud-native-starter.

Comments (4)

nheidloff avatar nheidloff commented on August 22, 2024

I don't think the 'pending' status is an issue. I see this as well. We use the Istio Ingress port 31380 instead.

Is 192.168.99.100 your Minikube IP?

minikube ip

Can you invoke the endpoints of the other three services? Run 'scripts/show-urls.sh' to get the URLs.

Can you check whether the web app throws an error?

pod=$(kubectl get pods | grep web-app | awk ' {print $1} ')
kubectl logs $pod web-app

from cloud-native-starter.

nheidloff avatar nheidloff commented on August 22, 2024

You also ran "scripts/deploy-istio-ingress-v1.sh" right?

from cloud-native-starter.

Harald-U avatar Harald-U commented on August 22, 2024

@fachat
The 'pending' status is to be expected (https://istio.io/docs/tasks/traffic-management/ingress/ingress-control/ -> If the EXTERNAL-IP value is "none" (or perpetually "pending"), your environment does not provide an external load balancer for the ingress gateway. In this case, you can access the gateway using the service’s node port.)
As to why you cannot connect I have no idea. You did run the "scripts/deploy-istio-ingress-v1.sh" as Niklas suggested?

from cloud-native-starter.

Harald-U avatar Harald-U commented on August 22, 2024

I am closing this, please reopen if problem persists

from cloud-native-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.