Video description
Learn Kubernetes deployment with Flagger and Linkerd, must tools for professionals working with microservices
About This Video
- Learn how to deploy a custom application and inject Linkerd manually
- Explore progressive delivery operator for Kubernetes
- Easy-to-watch video tutorials on how to install the Linkerd CLI manually
In Detail
Linkerd is a different kind of service mesh that is ultra-light, ultra-simple, ultra-powerful. Linkerd adds security, observability, and reliability to Kubernetes, without the complexity. It’s CNCF-hosted and 100% open source.
Linkerd works by installing a set of ultralights, 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. You can learn more about the proxies in the Linkerd proxy repo. It is a must tool for everyone who is working with microservices especially when working with Kubernetes.
By the end of the course, you will be able to understand how Linkerd works and learn to install CLI manually.
Who this book is for
This course is for anyone who wants to become a DevOps engineer. It is designed for absolute beginners. No programming experience is needed.
Table of Contents
Chapter 1 : Introduction
Introduction to Service Mesh
Chapter 2 : Getting Started – Install the Linkerd CLI
To Install the Linkerd CLI Manually and Deploy Application
Chapter 3 : Deploy Custom Application and Inject Linkerd Manually
Deploy Nextcloud Application and Inject Linkerd Manually to Collect Metrics
Chapter 4 : Flagger (Progressive Delivery Operator for Kubernetes)
Installing Flagger for Canary Release
Chapter 5 : Inject Proxy (DataPlane) Both Ways
Inject Dataplane with Annotations
Chapter 6 : Thank You
Thank You