Istio on minikube - envoy missing listener for inbound application port: 9095 Istio on minikube - envoy missing listener for inbound application port: 9095 kubernetes kubernetes

Istio on minikube - envoy missing listener for inbound application port: 9095


I was also having the same problem. I followed the documentation, and it said to enable SDS in the gateway. However, I enabled it in the gateway and also at the global scope as well, and this caused the error above.

I removed the following code from my values.yml file and everything worked:

global:  sds:    enabled: true