Merge pull request #422 from cbron/PSS-page

Adds skeleton for PSS page
This commit is contained in:
Billy Tat
2023-02-13 15:09:22 -08:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
@@ -0,0 +1,22 @@
---
title: Pod Security Standards
---
[Pod Security Standards](https://kubernetes.io/docs/concepts/security/pod-security-standards/) are a built-in replacement for Pod Security Policies which broadly define security restrictions.
### TODO
* PSAC templates
* How they work, what the flow is
* That updating a template will affect live clusters
* Who can edit. Including a template management role workaround with it's own warning/caveat.
* How to upgrade
* Ensure that a replacement is in place before you upgrade and PSPs are off
+1
View File
@@ -317,6 +317,7 @@ const sidebars = {
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/pod-security-standards",
"how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/global-default-private-registry",