diff --git a/knowledge base/kubernetes/network policies.md b/knowledge base/kubernetes/network policies.md new file mode 100644 index 0000000..25b2e26 --- /dev/null +++ b/knowledge base/kubernetes/network policies.md @@ -0,0 +1,45 @@ +# Network policies + +## Table of contents + +1. [Further readings](#further-readings) +1. [Sources](#sources) + +## Further readings + +- [Kubernetes] +- [Security] +- [Kubernetes network policy recipes] + +## Sources + +All the references in the [further readings] section, plus the following: + +- [Network policies] +- [Declare a network policy] +- [An introduction to Kubernetes network policies for security people] +- [Get started with Kubernetes network policy] +- [Implementing Kubernetes network policies: a comprehensive guide] +- [Setting up Kubernetes network policies: a detailed guide] + + + + +[declare a network policy]: https://kubernetes.io/docs/tasks/administer-cluster/declare-network-policy/ +[network policies]: https://kubernetes.io/docs/concepts/services-networking/network-policies/ + + +[further readings]: #further-readings + + +[kubernetes]: README.md +[security]: security.md + + +[an introduction to kubernetes network policies for security people]: https://reuvenharrison.medium.com/an-introduction-to-kubernetes-network-policies-for-security-people-ba92dd4c809d +[get started with kubernetes network policy]: https://docs.tigera.io/calico/latest/network-policy/get-started/kubernetes-policy/kubernetes-network-policy +[implementing kubernetes network policies: a comprehensive guide]: https://blog.kubesimplify.com/implementing-kubernetes-network-policies-a-comprehensive-guide +[kubernetes network policy recipes]: https://github.com/ahmetb/kubernetes-network-policy-recipes +[setting up kubernetes network policies: a detailed guide]: https://www.cncf.io/blog/2019/04/19/setting-up-kubernetes-network-policies-a-detailed-guide/ diff --git a/knowledge base/kubernetes/security.md b/knowledge base/kubernetes/security.md new file mode 100644 index 0000000..393e127 --- /dev/null +++ b/knowledge base/kubernetes/security.md @@ -0,0 +1,31 @@ +# Security + +## Table of contents + +1. [Further readings](#further-readings) +1. [Sources](#sources) + +## Further readings + +- [Kubernetes] +- [Network policies] + +## Sources + +All the references in the [further readings] section, plus the following: + +- [Canals and bridges: using Amsterdam's transit system to secure K8S networks by Cailyn Edwards] + + + + +[further readings]: #further-readings + + +[kubernetes]: README.md +[network policies]: network%20policies.md + + +[canals and bridges: using amsterdam's transit system to secure k8s networks by cailyn edwards]: https://www.youtube.com/watch?v=N1XvgWXnEik