Preventing Privileged pods using Pod Security Admission / Standards
Sat 14 January 2023
In a Kubernetes cluster, a privileged pod is a pod that has been given extended permissions beyond the default set of permissions. These extended permissions can include the ability to access the host's network, devices, and other sensitive resources. While privileged pods can be useful in certain situations, they also …
Continue reading »