|
|
|
|
|
by davewritescode
1226 days ago
|
|
We’re the process of moving all of our services over to a service mesh and while the growing pains are definitely there, the payoff is huge. Even aside from a lot of the more hyped up features of service mesh, the biggest thing Istio solves is tls everywhere and cloud agnostic workload identity. All of our pods get new tls certs every 24 hours and nobody needs an API key to call anything. Our security team is thrilled that applications running with an Istio sidecar literally have way to leak credentials. There’s no API keys to accidentally log. Once we have databases setup to support mTLS authentication, we won’t need database passwords anymore. |
|