https://github.com/kubernetes/pod-security-admission
Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md
https://github.com/kubernetes/pod-security-admission
k8s-sig-auth k8s-staging
Last synced: over 1 year ago
JSON representation
Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md
- Host: GitHub
- URL: https://github.com/kubernetes/pod-security-admission
- Owner: kubernetes
- License: apache-2.0
- Created: 2021-05-21T04:06:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T10:15:08.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:12:58.341Z (over 1 year ago)
- Topics: k8s-sig-auth, k8s-staging
- Language: Go
- Homepage:
- Size: 2.26 MB
- Stars: 99
- Watchers: 14
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# 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).