Add see also link for Kubernetes section.

This commit is contained in:
fabacab 2021-05-18 10:13:25 -04:00
parent 8487273304
commit 8507439733
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ See also [§ Service and performance monitoring](#service-and-performance-monito
### Kubernetes
See also [Kubernetes-Security.info](https://kubernetes-security.info/).
- [KubeSec](https://kubesec.io/) - Static analyzer of Kubernetes manifests that can be run locally, as a Kuberenetes admission controller, or as its own cloud service.
- [Kyverno](https://kyverno.io/) - Policy engine designed for Kubernetes.
- [Linkerd](https://linkerd.io/) - Ultra light Kubernetes-specific service mesh that adds observability, reliability, and security to Kubernetes applications without requiring any modification of the application itself.