Files
gh-jeremylongshore-claude-c…/skills/service-mesh-configurator/scripts/README.md
2025-11-30 08:20:01 +08:00

9 lines
506 B
Markdown

# Scripts
Bundled resources for service-mesh-configurator skill
- [ ] validate_config.py: Validates the generated service mesh configuration against best practices and common errors.
- [ ] deploy_config.sh: Deploys the generated service mesh configuration to the target environment (Kubernetes).
- [ ] rollback_config.sh: Rolls back the service mesh configuration to the previous version in case of issues.
- [ ] generate_test_traffic.py: Generates test traffic to verify the service mesh configuration.