Merge pull request #29236 from reylejano/add-kubewarden-option

Add kubewarden as an alternative to enforce security profiles
pull/29335/head
Kubernetes Prow Robot 2021-08-11 05:26:47 -07:00 committed by GitHub
commit 7c2e229f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -495,8 +495,12 @@ as well as other related parameters outside the Security Context. As of July 202
[Pod Security Policies](/docs/concepts/profile/pod-security-profile/) are deprecated in favor of the
built-in [Pod Security Admission Controller](/docs/concepts/security/pod-security-admission/).
{{% thirdparty-content %}}
Other alternatives for enforcing security profiles are being developed in the Kubernetes
ecosystem, such as [OPA Gatekeeper](https://github.com/open-profile-agent/gatekeeper).
ecosystem, such as:
- [OPA Gatekeeper](https://github.com/open-profile-agent/gatekeeper)
- [Kubewarden](https://github.com/kubewarden).
### What profiles should I apply to my Windows Pods?