linkerd-patterns

Configure Linkerd service mesh deployments across single and multi-cluster Kubernetes environments.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Sumeet138/qwen-code-agents --skill linkerd-patterns-sumeet138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkerd-patterns
Source: https://github.com/Sumeet138/qwen-code-agents/tree/main/plugins/cloud-infrastructure/skills/linkerd-patterns
Command: npx skills add https://github.com/Sumeet138/qwen-code-agents --skill linkerd-patterns-sumeet138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linkerd patterns provide ready-to-use, security-first service mesh patterns for Kubernetes, reducing setup complexity and configuration drift.

Core Features & Use Cases

  • Mesh installation templates that install Linkerd and enable mTLS
  • Traffic routing policies like TrafficSplit for canary deployments
  • Per-route metrics via ServiceProfile and policy enforcement
  • Multi-cluster setup guidance for cross-cluster service mesh

Quick Start

Install the Linkerd CLI, validate the cluster prerequisites, install CRDs, and deploy the control plane using the templates provided.

Frequently Asked Questions about linkerd-patterns

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

FAQPage Schema
How do I configure Linkerd service mesh for canary deployments in Kubernetes?

Canary deployments in a Linkerd service mesh are configured using TrafficSplit resources to route traffic incrementally. This Skill provides ready-to-use patterns to manage traffic splitting without manual configuration drift.

What is the best way to enable mTLS across a multi-cluster Kubernetes service mesh?

To enable mTLS across a multi-cluster Kubernetes setup, you install the Linkerd control plane and apply security-first mesh patterns. This Skill offers templates to secure cross-cluster communication with automated mTLS.

How do I define per-route metrics and policy enforcement in Linkerd?

Per-route metrics and policy enforcement in Linkerd are defined using ServiceProfile and Server resources. This Skill streamlines the creation of these custom resources to monitor and secure traffic routing effectively.

Does Linkerd support HTTPRoute for traffic routing and retries?

Yes, Linkerd supports HTTPRoute for traffic routing and configuring retries. This Skill leverages HTTPRoute alongside TrafficSplit to implement resilient traffic management patterns.

What are the prerequisites for installing the Linkerd control plane?

Prerequisites for installing the Linkerd control plane include setting up the Linkerd CLI and validating Kubernetes cluster readiness. This Skill guides you through deploying CRDs and the control plane using provided templates.