Istio Traffic Management
Skill Verifiziert AktivConfigure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
To simplify and standardize the configuration of Istio traffic management policies for service meshes, enabling users to implement complex routing, resilience, and progressive delivery patterns.
Funktionen
- Configure Istio routing and load balancing
- Implement canary and blue-green deployments
- Set up circuit breakers and retries
- Define traffic mirroring and fault injection
- Manage ingress/egress traffic with Gateways
Anwendungsfälle
- Implementing advanced service-to-service routing rules
- Rolling out new service versions with progressive delivery
- Enhancing application resilience with circuit breakers and retries
- Configuring ingress and egress traffic for external access
Nicht-Ziele
- Deploying or managing Istio itself
- Configuring Kubernetes networking beyond Istio resources
- Debugging application-level logic within services
Practical Utility
- info:Edge casesWhile the skill provides many templates and best practices, explicit documentation of failure modes and recovery steps for edge cases related to Istio configuration is not detailed.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add wshobson/agents/plugin install cloud-infrastructure@claude-code-workflowsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Setup Service Mesh
98Deploy and configure a service mesh (Istio or Linkerd) to enable secure service-to-service communication, traffic management, observability, and policy enforcement in Kubernetes clusters. Covers installation, mTLS configuration, traffic routing, circuit breaking, and integration with monitoring tools. Use when microservices need encrypted service-to-service communication, fine-grained traffic control for canary or A/B deployments, observability across all service interactions without application changes, or consistent circuit breaking and retry policies.
Mtls Configuration
98Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.
Linkerd Patterns
97Implement 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.
K8s Manifest Generator
100Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.
Setup Container Registry
99Configure container image registries including GitHub Container Registry (ghcr.io), Docker Hub, and Harbor with automated image scanning, tagging strategies, retention policies, and CI/CD integration for secure image distribution. Use when setting up a private container registry, migrating from Docker Hub to self-hosted registries, implementing vulnerability scanning in CI/CD pipelines, managing multi-architecture images, enforcing image signing, or configuring automatic cleanup and retention policies.
Kubernetes Specialist
99Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.