Service Mesh on K8s
← Back to Container Orchestration
Deploying a service mesh (Istio, Linkerd) in Kubernetes using sidecar injection. A proxy container (Envoy) is automatically injected into every pod, intercepting all network traffic. Provides mutual TLS, traffic management, observability, and resilience without application code changes.
Key Properties
Related
- Service Mesh (general service mesh concepts)
- Sidecar Pattern (architectural pattern behind service mesh)
- K8s Networking (mesh operates on top of K8s networking)