Introduction to Linkerd
Meet the Cast
HOST
David Flanagan
@rawkode
Stay ahead in cloud native
Tutorials, deep dives, and curated events—no fluff.
Linkerd is a service mesh for Kubernetes. It makes running services easier and safer by giving you runtime debugging, observability, reliability, and security—all without requiring any changes to your code.
Linkerd works by installing a set of ultralight, transparent proxies next to each service instance. These proxies automatically handle all traffic to and from the service. Because they're transparent, these proxies act as highly instrumented out-of-process network stacks, sending telemetry to, and receiving control signals from, the control plane. This design allows Linkerd to measure and manipulate traffic to and from your service without introducing excessive latency.
In order to be as small, lightweight, and safe as possible, Linkerd's proxies are written in Rust and specialized for Linkerd.
🕰 Timeline
00:00 - Holding screen
01:25 - Introductions
03:10 - What is a service mesh?
06:50 - What are we working with?
07:30 - Installing Linkerd
12:50 - Linkerd dashboard
15:40 - Linkerd top
18:10 - Deploying the demo app
20:40 - Injecting the Linkerd sidecar
24:15 - Stat command
28:20 - Tap command
31:30 - Fault injection / TrafficSplit / Canary Deploys
40:50 - Time outs and retries
49:20 - mTLS
55:30 - Multi-cluster
1:09:00 - Closing
🌎 Resources
Linkerd - https://linkerd.io
Thomas Rampelberg - https://twitter.com/grampelberg
Related Videos
Kubernetes Disaster Recovery
Flatcar Linux: A Modern OS for the Always-On Infrastructure
Platform Engineering: Asking "Why"? with Evelyn Osman
Today we had some long conversations about Arc Bash and the future of scripting as well as platforms and the rise and fall of Kubernetes.
Hands-on with Headlamp: The Kubernetes UI
Join us as we explore Headlamp — an extensible, user-friendly Kubernetes UI. We’ll walk through installing, configuring, customizing, and using it in real time.
Comments