Pod Security Policies (PSPs) are cluster-wide resources that control security-sensitive aspects of pod specification. They define a set of conditions that a pod must run with in order to be accepted into the system.
Due to its limitations, the Kubernetes Auth Special Interest Group (AKA sig-auth) announced PSPs would be deprecated in Kubernetes 1.21. This decision could leave many Kubernetes users at risk of being exposed to various exploits. Adversaries may utilize the lack of such policy to run privileged pods, create pods on host namespaces or networks, and much more. One of the best alternatives for Kubernetes users to mitigate PSP deprecation is through the built-in admission controller utilizing Open Policy Agent (OPA) rules.
Join us as we:
Speakers: