an istio error occurred forwarding 62193 -> 15000: error forwarding port 15000 to pod xxxxxx
Try to use istioctl analyze -n your-name-space to see if it getting anything. In my case, i didn't label my namespace for istio injection.
kubectl label namespace test istio-injection=enabled
If namespace is 'injected' - then ensure the side car is running.
Comments