Open raudaviciusm opened 7 years ago
Hmm...I get the following when I try to access the productpage:
no healthy upstream
Also, strangely, the output from kubectl get pods is a different format....
NAME READY STATUS RESTARTS AGE
details-v1-647530973-fmr3v 0/2 Init:0/2 0 5m
productpage-v1-1878302957-6f7fk 0/2 PodInitializing 0 5m
ratings-v1-2753015925-n5jdk 2/2 Running 0 5m
reviews-v1-168186869-813z2 0/2 Init:0/2 0 5m
reviews-v2-875746513-m28qg 2/2 Running 0 5m
reviews-v3-2932140841-p9jz7 2/2 Running 0 5m
I have tested istio bookinfo example on ICp vagrant (https://github.com/IBM/deploy-ibm-cloud-private) and it works fine.
Instructions
You need:
VirtualBox 5.1.28 Vagrant 2.0.0
Spinnig up cluster:
Installing istio Installing istio guide
Ensure istio is running
Install bookinfo Install bookinfo
Within the same istio-0.2.7 folder:
Access bookinfo
Make sure istio pods are up and running:
Getting port for accessing application:
The port will be the one that maps from 80, in the case above it's 31821.
Accessing application: http://clusterIP:port/productpage