linkerd-patterns

Automates Linkerd service mesh setup and pattern deployment in Kubernetes.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/duanbiao2000/obsidianDoc26 --skill linkerd-patterns-duanbiao2000
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkerd-patterns
Source: https://github.com/duanbiao2000/obsidianDoc26/tree/main/agents-main/plugins/cloud-infrastructure/skills/linkerd-patterns
Command: npx skills add https://github.com/duanbiao2000/obsidianDoc26 --skill linkerd-patterns-duanbiao2000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linkerd-patterns provides ready-to-use patterns to implement a lightweight, secure service mesh with Linkerd in Kubernetes, including installation, injection, and policy templates.

Core Features & Use Cases

  • Mesh installation and validation templates for quick bootstrap.
  • Per-route metrics and timeouts via ServiceProfile and TrafficSplit patterns.
  • Server Authorization and HTTPRoute examples for zero-trust access control and flexible routing.

Quick Start

Install Linkerd in your cluster and apply the provided templates to bootstrap automatic mTLS and traffic routing.

Frequently Asked Questions about linkerd-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure automatic mTLS for a Kubernetes service mesh?▼

Bootstrapping Linkerd service mesh in Kubernetes requires applying installation and validation templates. This setup establishes the mesh control plane and enables automatic proxy injection for your workloads.

How do I set up traffic splits for canary deployments in Linkerd?▼

Set up canary deployments by applying TrafficSplit templates to your Kubernetes cluster. This routes a specified percentage of traffic to different service versions, enabling safe rollout testing.

What is the best way to define per-route metrics and timeouts in Linkerd?▼

Configure zero-trust access control by applying Server Authorization templates in Linkerd. This restricts inbound traffic to specific pods, ensuring only authorized clients can communicate within the mesh.

Can I use Linkerd for zero-trust access control in Kubernetes?▼

Yes, implement zero-trust access control by applying Server Authorization templates in Linkerd. This restricts inbound traffic to specific pods, ensuring only authorized clients can communicate within the mesh.

How do I manage HTTPRoute configuration for flexible routing in a service mesh?▼

Manage flexible routing by applying HTTPRoute configuration templates alongside Linkerd service profiles. This enables dynamic traffic steering and per-route policy enforcement within your Kubernetes cluster.