kubesphere-servicemesh
仓库创建 2018年4月21日最近提交 12 天前SkillHot 收录 20 天前
▸ 精选理由
整合流量治理與追踪,适合微服务运维与调试场景。
▸ 风险提示
需集群与网络权限,错误配置可能影响流量和监控数据。
这个 Skill 做什么
管理 KubeSphere 的 ServiceMesh(Istio/Kiali/Jaeger)配置与排查。
在 Kubernetes 上帮你配置和排查 ServiceMesh(用 Istio、Kiali、Jaeger),包括安装/卸载、状态检查和流量治理策略。遇到灰度发布(canary/蓝绿)、sidecar 注入问题、服务拓扑/指标异常或分布式追踪分析时会用到。能把 Composed App 的流量路由、指标和追踪串起来,方便定位微服务间调用链路与性能瓶颈。
▸ 展开 SKILL.md 英文原文
KubeSphere ServiceMesh extension management Skill (Istio + Kiali + Jaeger). Use this skill for the ServiceMesh extension Configuration (covers installation, uninstallation, status checks), troubleshooting (covers grayscale release, sidecar injection, topology/metrics, and tracing for Composed Apps Aka Custom Applications).
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+25
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-servicemesh/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-servicemesh/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# KubeSphere ServiceMesh ## Overview Integrates Istio, Kiali, and Jaeger to provide traffic governance for microservices. They operate on Composed App (backed by `applications.app.k8s.io`). A Service is governed when it has the annotation `servicemesh.kubesphere.io/enabled: "true"` and belongs to a Composed App. Defines two core CRDs: - **Strategy** — grayscale release task (canary, blue-green, traffic mirroring) - **ServicePolicy** — traffic management (load balancing, connection pools, circuit breaking, etc.) via Istio DestinationRule Istio handles traffic routing, Kiali provides topology visualization, and Jaeger enables tracing. ## Before You Start Check if ServiceMesh is already
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有