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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm