Terminology Index

Glossary

2953 terms

Open concept maps
S
32

Service Mesh

Infrastructure that handles service-to-service communication for microservices, mTLS, routing, observability, policy, transparently via sidecars or proxies, common in cloud-native architectures.

A service mesh is the infrastructure layer that handles east-west traffic in microservices systems: identity for each service, mutual TLS, routing, observability, and authorization policy, applied by sidecar proxies (or equivalents) without changing application code. Common implementations are Istio and Linkerd. As a foundational cloud-native concept, the service mesh is what makes microservice security practical at scale, even as it adds its own operational and trade-off considerations.

Introduced in: Cloud-Native Security

Examples

  • A mesh applying mTLS between every microservice automatically.
  • Routing and observing service-to-service traffic via sidecars.
  • Enforcing service-to-service authorization through mesh policy.