Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:57 +08:00
commit 713e905e01
9 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for network-policy-manager skill
- [ ] generate_network_policy.py: Generates Kubernetes network policy YAML based on user input and best practices.
- [ ] validate_network_policy.py: Validates a given network policy YAML file against Kubernetes schema and security best practices.
- [ ] analyze_network_policy.py: Analyzes existing network policies in a cluster and reports potential vulnerabilities or misconfigurations.
- [ ] deploy_network_policy.sh: Deploys a network policy to a Kubernetes cluster using kubectl.