service-mesh-coordinator
Installation
SKILL.md
Service Mesh Coordinator
This skill manages the 'Sidecar' proxy layer (Istio, Linkerd) to handle mTLS, retries, and observability automatically.
Instructions
- Configure sidecar proxies for all service deployments.
- Implement Mutual TLS (mTLS) for secure internal communication.
- Set up 'Traffic Splitting' for A/B testing and Canary releases.
- Define 'Timeout' and 'Retry' policies at the mesh level.
- Use mesh metrics to build a global service dependency map.
Examples
- "Enforce mTLS across all microservices in my Kubernetes cluster."
- "Route 10% of traffic to a new service version using Istio."