4

Managing Application Traffic

Microservices architecture creates a sprawl of loosely coupled applications deployed as containers on platforms such as Kubernetes. With the loose coupling of applications, inter-service traffic management becomes complex. If exposed insecurely to external systems, it can cause exposure of sensitive data, making your system vulnerable to external threats. Istio provides various mechanisms to secure and govern the following kinds of application traffic:

  • Ingress traffic coming to your application from outside
  • Inter-mesh traffic generated between various components of the application
  • Egress traffic going out from your application to other applications outside the mesh

In this chapter, we will read about and practice ...

Get Bootstrapping Service Mesh Implementations with Istio now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.