There are many good resources for Kubernetes security. I've collected some very good external resources that will aid you in your journey:
- Kubernetes security: https://kubernetes-security.info/
- Microsoft SDL practices: https://www.microsoft.com/en-us/securityengineering/sdl/practices
The following Kubernetes documentation pages expand on a lot of the topics we have covered in this chapter:
- Network Policies: https://kubernetes.io/docs/concepts/services-networking/network-policies/
- Resource Quotas: https://kubernetes.io/docs/concepts/policy/resource-quotas/
- Configure a Security Context for a Pod or Container: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/