Authors: Tim Allclair (Google), Sam Stoelinga (Google) The release of Kubernetes v1.25 marks a major milestone for Kubernetes out-of-the-box pod security controls:Pod Security admission (PSA) graduated to stable, and Pod Security Policy (PSP) has been removed.PSP was deprecated in Kubernetes v1.21, and no longer functions in Kubernetes v1.25 and later. The Pod Security admission controller replaces PodSecurityPolicy, making it easier to enforce predefined Pod Security Standards by simply adding a label to a namespace.The Pod Security Standards are maintained by the K8s community, which means you automatically

Just published by Kubernetes: Read more