Terminology Index

Glossary

2953 terms

Open concept maps
M
32

Mesh Observability

The visibility a service mesh provides into communication between microservices, metrics, tracing, and logs of every request, giving deep insight into who is calling whom and how, which security analysts and operators use for detection and investigation.

Service meshes (like Istio and Linkerd) automatically observe traffic between services through their sidecar proxies, producing metrics, distributed traces, and access logs without changing application code. For security, this observability reveals normal versus abnormal service-to-service patterns, supports detection of anomalous calls, and aids investigation by showing exactly what called what during an incident. It is a key benefit of meshes for both operations and security in microservice environments.

Introduced in: Cloud-Native Security

Examples

  • Using mesh metrics to baseline service-to-service traffic.
  • Tracing a request across services to investigate an issue.
  • Detecting an anomalous service call pattern via mesh logs.