File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
content/en/docs/concepts/security Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -457,6 +457,16 @@ of individual policies are not defined here.
457
457
- {{< example file="policy/baseline-psp.yaml" >}}Baseline{{< /example >}}
458
458
- {{< example file="policy/restricted-psp.yaml" >}}Restricted{{< /example >}}
459
459
460
+ ### Alternatives
461
+
462
+ {{% thirdparty-content %}}
463
+
464
+ Other alternatives for enforcing policies are being developed in the Kubernetes ecosystem, such as:
465
+ - [ Kubewarden] ( https://github.com/kubewarden )
466
+ - [ Kyverno] ( https://kyverno.io/policies/pod-security/ )
467
+ - [ OPA Gatekeeper] ( https://github.com/open-policy-agent/gatekeeper )
468
+
469
+
460
470
## FAQ
461
471
462
472
### Why isn't there a profile between privileged and baseline?
@@ -480,14 +490,6 @@ as well as other related parameters outside the Security Context. As of July 202
480
490
[ Pod Security Policies] ( /docs/concepts/security/pod-security-policy/ ) are deprecated in favor of the
481
491
built-in [ Pod Security Admission Controller] ( /docs/concepts/security/pod-security-admission/ ) .
482
492
483
- {{% thirdparty-content %}}
484
-
485
- Other alternatives for enforcing security profiles are being developed in the Kubernetes
486
- ecosystem, such as:
487
- - [ OPA Gatekeeper] ( https://github.com/open-policy-agent/gatekeeper ) .
488
- - [ Kubewarden] ( https://github.com/kubewarden ) .
489
- - [ Kyverno] ( https://kyverno.io/policies/pod-security/ ) .
490
-
491
493
### What profiles should I apply to my Windows Pods?
492
494
493
495
Windows in Kubernetes has some limitations and differentiators from standard Linux-based
You can’t perform that action at this time.
0 commit comments