From dad01370f87018d28f7ce6d88f5bf3a76d5d5e64 Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Wed, 18 Aug 2021 11:07:02 -0700 Subject: [PATCH] add kyverno and fix OPA/GK link Signed-off-by: Jim Bugwadia --- content/en/docs/concepts/security/pod-security-standards.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/pod-security-standards.md b/content/en/docs/concepts/security/pod-security-standards.md index 5636f95eb4..f3b43344bf 100644 --- a/content/en/docs/concepts/security/pod-security-standards.md +++ b/content/en/docs/concepts/security/pod-security-standards.md @@ -499,8 +499,9 @@ built-in [Pod Security Admission Controller](/docs/concepts/security/pod-securit Other alternatives for enforcing security profiles are being developed in the Kubernetes ecosystem, such as: -- [OPA Gatekeeper](https://github.com/open-profile-agent/gatekeeper) +- [OPA Gatekeeper](https://github.com/open-policy-agent/gatekeeper). - [Kubewarden](https://github.com/kubewarden). +- [Kyverno](https://kyverno.io/policies/pod-security/). ### What profiles should I apply to my Windows Pods?