# pod-security-admission **Repository Path**: mirrors_kubernetes/pod-security-admission ## Basic Information - **Project Name**: pod-security-admission - **Description**: Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > ⚠️ **This is an automatically published [staged repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). > This repository is read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # Pod Security Admission The **Pod Security Standards** are a set of best-practice profiles for running pods securely. This repository contains the codified profile definitions, the implementation for the **PodSecurity** admission controller (library and webhook) that enforces the use of the standards, and testing resources for validating enforcement of the standards. See https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/2579-psp-replacement for more details. ## Community, discussion, contribution, and support The Pod Security Standards are a sub-project of [SIG-Auth](https://github.com/kubernetes/community/tree/master/sig-auth). You can reach the maintainers of this project at: - Slack: [#sig-auth](https://kubernetes.slack.com/messages/sig-auth) - Mailing List: [kubernetes-sig-auth](https://groups.google.com/forum/#!forum/kubernetes-sig-auth) Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/). ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).