Redis sentinel not support by istio-0.6.0 in kubernetes1.8.4

3/23/2018

I use spring boot 1.5.4 to build my applications. When i use istio envoy to proxy app's network, there is a problem to connect to redis sentinel. got error message:

java.net.SocketException: Connection reset; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset

But everything is ok when i connect to a single redis instance. Is that istio not support sentinel now?

-- Eiven
istio
kubernetes

0 Answers