Skip to content

K8s Linkerd

kimschles edited this page Jan 10, 2020 · 1 revision

Traffic Splitting and Distributed Tracing with Linkerd

with Charles Pretzer (Buoyant)

Kubernetes Colorado, January 2020

Service Mesh Overview

  • Observability: traffic metrics, request rate, seeing headers
  • Security: mTLS between servics, on by default, transparent
  • Reliability: latency aware load balancing, retries, timeouts
  • Traffic Management: route traffic in a way you want, either canary or blue/green deploys

Distributed Tracing

  • I dunno.

Deploying Linkerd

Splitting Traffic

Clone this wiki locally