From 8507439733d060eb3af5993c70f69ef84b0b1be6 Mon Sep 17 00:00:00 2001 From: fabacab Date: Tue, 18 May 2021 10:13:25 -0400 Subject: [PATCH] Add see also link for Kubernetes section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b514c0b..b19d174 100644 --- a/README.md +++ b/README.md @@ -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.