linkerd-patterns
仓库创建 2025年7月25日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由
面向追求低开销与简洁mTLS的团队。
这个 Skill 做什么
Linkerd生产实践与模式,着重轻量化与安全的服务网格配置。
提供 Linkerd 在生产环境的实践方案,帮助在 Kubernetes 上配置自动 mTLS、流量拆分、重试/超时和 service profile 等策略。适用于想要轻量、安全优先的服务网格、做金丝雀部署或实现零信任网络时使用。特点是强调低开销与安全性,适合追求简单可靠的服务网格部署。
▸ 展开 SKILL.md 英文原文
Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+713
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/linkerd-patterns/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/linkerd-patterns/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Linkerd Patterns Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. ## When to Use This Skill - Setting up a lightweight service mesh - Implementing automatic mTLS - Configuring traffic splits for canary deployments - Setting up service profiles for per-route metrics - Implementing retries and timeouts - Multi-cluster service mesh ## Core Concepts ### 1. Linkerd Architecture ``` ┌─────────────────────────────────────────────┐ │ Control Plane │ │ ┌─────────┐ ┌──────────┐ ┌──────────────┐ │ │ │ destiny │ │ identity │ │ proxy-inject │ │ │ └─────────┘ └──────────┘ └──────────────┘ │ └──────────────
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有