What problem does it solve? Setting up a service mesh with Linkerd involves many moving parts—control plane installation, proxy injection, traffic policies, and authorization rules. This Skill provides production-ready templates and commands so you can configure Linkerd correctly without piecing together documentation. ## Core Features & Use Cases - Mesh Installation & Injection: Step-by-step commands to install the Linkerd control plane, validate clusters, and enable automatic sidecar proxy injection for namespaces or deployments. - Traffic Management: Templates for ServiceProfiles with per-route retries and timeouts, TrafficSplits for canary deployments, and HTTPRoutes for header- and path-based routing. - Zero-Trust Security: Server and ServerAuthorization policies for mTLS-based access control, plus multi-cluster setup for cross-cluster service communication. - Use Case: You want to roll out a new version of a microservice to 10% of traffic. Use the TrafficSplit template to shift weights between stable and canary backends, then monitor per-route success rates with linkerd viz routes. ## Quick Start Ask the AI to generate a Linkerd ServiceProfile with retry budgets and a canary TrafficSplit for your Kubernetes service.