5 ms·
What about running it as a sidecar in the backend pods?
by nlightcho 6y ago
What about running it as a sidecar in the backend pods?
- lukeschlather 6y agoThis causes some other problems... Kubernetes doesn't do a very good job of treating the sidecar as part of the main container so you will get random disconnects in your app when the proxy is restarted unexpectedly. This is actually why we abandoned it, just to deal with the random hiccups. Hadn't even benchmarked it.