Istio — управление трафиком и canary-деплой
★ 8.5 · orchestration
istio-traffic-management is a Claude Code skill that helps configure Istio traffic management, covering routing, load balancing, circuit breakers, and canary deployments for production service mesh environments. It ships seven ready-to-use networking.istio.io/v1beta1 YAML templates: basic header-based routing with VirtualService and DestinationRule, weighted canary splits (90/10), circuit breaking via outlierDetection, retry and timeout policies, traffic mirroring, fault injection with configurable delays and HTTP abort codes, and an Ingress Gateway with TLS termination. Load balancing strategies — ROUND_ROBIN, LEAST_CONN, RANDOM, and consistent-hash sticky sessions — are also covered. The skill is aimed at platform and backend engineers implementing service mesh traffic policies, progressive delivery, or resilience patterns in Kubernetes clusters.
- #istio
- #service-mesh
- #traffic-management
- #canary-deployment
- #kubernetes