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 @@
# References
Bundled resources for network-policy-manager skill
- [ ] kubernetes_network_policies.md: Comprehensive documentation on Kubernetes network policies, including syntax, examples, and best practices.
- [ ] cis_kubernetes_benchmark.md: Relevant sections from the CIS Kubernetes Benchmark related to network policy configuration.
- [ ] network_policy_examples.md: A collection of practical network policy examples for various use cases (e.g., isolating namespaces, allowing specific traffic).
- [ ] calico_network_policy.md: Documentation on Calico network policies, if the user is using Calico as their CNI.