Service Mesh

A dedicated infrastructure layer for handling service-to-service communication in microservice architectures.

A service mesh is a dedicated infrastructure layer that handles service-to-service communication in a microservice architecture. It provides features like traffic management, load balancing, service discovery, security (mutual TLS), and observability without requiring changes to application code. Popular implementations include Istio, Linkerd, and Consul Connect.

A service mesh works by deploying a lightweight proxy (called a sidecar) alongside each service instance. All network traffic flows through these proxies, which can apply policies, collect telemetry, and manage communication patterns. This approach decouples networking concerns from application logic.

Service meshes provide rich internal observability (request rates, error rates, latencies between services) and can implement circuit breakers, retries, and timeouts at the infrastructure level. However, they add complexity and latency overhead. External monitoring with tools like Hyperping remains important because a service mesh only covers internal communication — it doesn't verify that the user-facing endpoint is reachable from the internet.

Hyperping monitoring dashboard

Related Terms

Circuit Breaker
A software pattern that prevents cascading failures by temporarily stopping requests to a failing se...
Load Balancing
The distribution of incoming network traffic across multiple servers to ensure no single server is o...
Observability
The ability to understand the internal state of a system by examining its external outputs: logs, me...
Latency
The time delay between a request being sent and the response being received, typically measured in m...

Related Resources

Get started

Start monitoring in the next 5 minutes.

Stop letting customers discover your outages first. Set up monitoring, status pages, on-call, and alerts before your next coffee break.

14 days free trial — No card required