cartservice crashes on start when Istio 1.1 proxy injection is enabled
See original GitHub issueUsing Istio 1.1.0-rc.0 from dockerhub. When proxy injection is enabled, cartservice fails to start.
Here is what I see in the cartservice logs, though I’m not sure if that’s the real problem or some red herring:
textPayload: "StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s); to create a disconnected multiplexer, disable AbortOnConnectFail. ProtocolFailure on PING
at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Func`1 multiplexerFactory, TextWriter log) in c:\code\StackExchange.Redis\StackExchange.Redis\StackExchange\Redis\ConnectionMultiplexer.cs:line 890
at cartservice.cartstore.RedisCartStore.EnsureRedisConnected() in /app/cartstore/RedisCartStore.cs:line 79
at cartservice.cartstore.RedisCartStore.InitializeAsync() in /app/cartstore/RedisCartStore.cs:line 60
at cartservice.Program.<>c__DisplayClass4_0.<<StartServer>b__0>d.MoveNext() in /app/Program.cs:line 54
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (13 by maintainers)
Top Results From Across the Web
Sidecar Injection Problems
Automatic sidecar injection fails if the Kubernetes API server has proxy settings; Limitations for using Tcpdump in pods; Cluster is not scaled down ......
Read more >Kubernetes | Programmatic Ponderings | Page 2
In this two-part post, we will explore the set of observability tools which are part of the Istio Service Mesh. These tools include...
Read more >Tencent Cloud Mesh Operation Guide
Currently, Tencent Cloud Mesh is fully compatible with Istio's native syntax. ... Sidecars will be injected into existing service workloads only after the....
Read more >腾讯云 - Cloud Native Application Load Balancing Series ...
Envoy is used as the data plane proxy and Istio is used as the control ... Ingress Gateway monitoring rules, open port 80,...
Read more >Optimized Autoscaling of Cloud Native Applications
configuration, management, injection and discovery of the sidecar proxies[12]. The Istio service mesh is configured by defining customized Kubernetes ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works for me on rc3, so closing.
Sorry I mispoke. This was fixed in https://github.com/istio/istio/pull/12236 which is in 1.1rc3 but not 1.1rc2.
@GeckoSplinter