Hacker News new | ask | show | jobs
by nlightcho 1946 days ago
What about running it as a sidecar in the backend pods?
1 comments

This 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.