Kubernetes with Istio palyground

Not able to open the sample bookapp services in browser mentioned in istio tutorial using the view port option provided in the playground

Here’s what worked for me:

  • I loaded the app with k apply -f /root/istio-1.23.2/samples/bookinfo/platform/kube/bookinfo.yaml
  • Give it a minute to come up.
  • Edit the productpage service, changing the type to NodePort and giving it a nodePort of 30980
  • I used the View Port button to expose 30980.
  • The main page of the app appears in the browser.
1 Like

many thanks, it worked