9 lines
547 B
Markdown
9 lines
547 B
Markdown
# 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.
|