How to expose redis to outside with istio sidecar?
I'm using redis with k8s 1.15.0, istio 1.4.3, it works well inside the network. However when I tryed to use the istio gateway and sidecar to expose it to outside network, it failed. Then I removed the istio sidecar and…