Skip to content

Commit 7c2e229

Browse files
authored
Merge pull request #29236 from reylejano/add-kubewarden-option
Add kubewarden as an alternative to enforce security profiles
2 parents dd14c22 + 08387d8 commit 7c2e229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/concepts/security/pod-security-standards.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,12 @@ as well as other related parameters outside the Security Context. As of July 202
495495
[Pod Security Policies](/docs/concepts/profile/pod-security-profile/) are deprecated in favor of the
496496
built-in [Pod Security Admission Controller](/docs/concepts/security/pod-security-admission/).
497497

498+
{{% thirdparty-content %}}
499+
498500
Other alternatives for enforcing security profiles are being developed in the Kubernetes
499-
ecosystem, such as [OPA Gatekeeper](https://github.com/open-profile-agent/gatekeeper).
501+
ecosystem, such as:
502+
- [OPA Gatekeeper](https://github.com/open-profile-agent/gatekeeper)
503+
- [Kubewarden](https://github.com/kubewarden).
500504

501505
### What profiles should I apply to my Windows Pods?
502506

0 commit comments

Comments
 (0)