meshery / meshery-istio

Meshery adapter for Istio
https://docs.meshery.io
Apache License 2.0
132 stars 107 forks source link

Unable to access sample apps from outside of the cluster #220

Closed DelusionalOptimist closed 3 years ago

DelusionalOptimist commented 3 years ago

Description Following the instructions given at istio service mesh workshop. The sample apps can't be accessed outside of the cluster. Possibly due to bad or no gateway manifests getting applied.

Expected Behavior Should be able to access the sample apps in browser or using curl at http://<ingress-host>:<ingress-port>.

Logs Adapter and meshery logs look clean Istiod discovery logs: https://pastebin.com/Zz0dQrU8 Istio-ingressgateway istio-proxy logs https://pastebin.com/0FXCvgyS Istio-egressgateway istio-proxy logs https://pastebin.com/STu144K5

Enviroment:


To Reproduce (With Istio book info application)

Same for the image hub sample app

DelusionalOptimist commented 3 years ago

Also, I'm able to access some of the apps by applying their gateway definition manually using kubectl

DelusionalOptimist commented 3 years ago

//@pranav-bhatt