Files
awesome-kubernetes/v2-docs/servicemesh.md

20 KiB
Raw Permalink Blame History

Service Mesh

!!! info "Architectural Context" Detailed reference for Service Mesh in the context of Networking & Service Mesh.

Standard Reference

Cloud Native Infrastructure

Data Plane

Envoy Proxy

Official Docs
  • Envoy [ADVANCED LEVEL] [DOCUMENTATION] [DE FACTO STANDARD] [ENTERPRISE-STABLE] — The home portal of Envoy, the industry-standard L7 proxy designed specifically for cloud-native services. Acts as the data plane engine for most modern service meshes (including Istio), delivering outstanding network performance, advanced routing, and rich observability.

Networking

Service Mesh (1)

Istio

Implementation
  • Implementing Istio From Start To Finish [COMMUNITY-TOOL] [GUIDE] — An implementation guide mapping out the lifecycle steps required to deploy, secure, and operate an Istio service mesh in enterprise environments. It provides structured insights on handling namespace injection, ambient mesh considerations, and mutual TLS enforcement.

Observability

Telemetry Standards

OpenTelemetry vs Prometheus

  • Prometheus and OpenTelemetry Compatibility Issues [ADVANCED LEVEL] [COMMUNITY-TOOL] — An informative look at the historical data model incompatibilities between Prometheus and OpenTelemetry (OTel). It details the industry efforts to reconcile standard Prometheus structures with the broader OTel landscape.

💡 Explore Related: Caching | Web Servers | Kubernetes Networking