istio-traffic-management

仓库创建 2025年7月25日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由

适合需实现渐进交付和流量控制的Kubernetes团队。

这个 Skill 做什么

Istio流量管理(路由、熔断、金丝雀发布等)配置与实践。

在 Istio service mesh 里配置路由、负载均衡、熔断器、重试和金丝雀发布,并支持流量镜像与故障注入等渐进交付与容错策略。用在需要做灰度/金丝雀发布、流量切分或提升服务弹性时。特别之处是把生产级的流量管控模式和实践方法整理好,方便把发布策略和鲁棒性措施落地。

▸ 展开 SKILL.md 英文原文

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

开发编程Istio流量管理服务网格通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+713
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/istio-traffic-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/cloud-infrastructure/skills/istio-traffic-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Istio Traffic Management

Comprehensive guide to Istio traffic management for production service mesh deployments.

## When to Use This Skill

- Configuring service-to-service routing
- Implementing canary or blue-green deployments
- Setting up circuit breakers and retries
- Load balancing configuration
- Traffic mirroring for testing
- Fault injection for chaos engineering

## Core Concepts

### 1. Traffic Management Resources

| Resource            | Purpose                       | Scope         |
| ------------------- | ----------------------------- | ------------- |
| **VirtualService**  | Route traffic to destinations | Host-based    |
| **DestinationRule** | Define policies after rou
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有