Hacker News new | ask | show | jobs
by crackez 841 days ago
With Istio (envoy) you run a "sidecar" container in your pods which handles the "mesh" traffic, so it scales with the number of instances of your pods.
1 comments

Oh, thanks. That does solve the issue.