HomeToolsAbout a20k

Service Mesh

What is it

Software layer that handles all communication between services in applications.

This layer is composed of containerized microservices.

To manage connections between services, a service mesh provides new features like monitoring, logging, tracing, and traffic control. It’s independent of each service’s code, which allows it to work across network boundaries and with multiple service management systems.

Application performance depends on the speed and resiliency of communication between services. Developers must monitor and optimize the application across services, but it’s hard to gain visibility due to the system's distributed nature. As applications scale, it becomes even more complex to manage communications.

© VincentVanKoh