Popular service meshes include: Linkerd, Istio, Consul, Kuma, and Maesh . Supporting technologies within this space include: Layer 7-aware proxies, such as Envoy, HAProxy, NGINX, and MOSN; and service mesh orchestration, visualization, and understandability tooling, such as SuperGloo, Kiali, and Dive.
Read moreHow does DAPR work with service meshes?
Service meshes operate at the network level and trace the network calls between services. Dapr does this with service invocation . Moreover, Dapr also provides observability (tracing and metrics) over pub/sub calls using trace IDs written into the Cloud Events envelope.
Read moreWhat is DAPR service?
Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.
Read more