Service Mesh

While service mesh has various definitions, the easiest way to understand it is as "micro-services that make up an application and their interactions". Service mesh allows to control traffic and gain insights of the sysatem, by adding an extra layer in infrastructure to manage the network among services.

Service mesh implementations,

  • Istio

  • Linkerd

  • Consul

Last updated