What problem does it solve? Setting up a service mesh involves many moving parts: control plane installation, proxy injection, mTLS, traffic management, and authorization policies. This Skill provides production-ready Linkerd templates and commands so you can configure a lightweight, security-first service mesh on Kubernetes without assembling configurations from scratch. ## Core Features & Use Cases - Mesh Installation & Injection: Step-by-step CLI commands to install the Linkerd control plane, validate the cluster, and enable automatic proxy injection for namespaces or deployments. - Traffic Management: Templates for ServiceProfiles with per-route retries and timeouts, TrafficSplits for canary deployments, and HTTPRoute resources for path- and header-based routing. - Zero-Trust Security: Server and ServerAuthorization policies to enforce mTLS-based access control between services, 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. Apply the TrafficSplit template to shift 90/10 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 TrafficSplit for a canary deployment of your Kubernetes service.