+1 vote
in Kubernetes K8s by
What is a Pod Security Policy and why is it important?

1 Answer

0 votes
by
In Kubernetes, Pod Security Policies consists of settings & strategies that control the security features a pod has access to. It is a type of cluster-level resource which helps in controlling security aspects of Pod.

Since the pod security policy API (policy/v1beta1/podsecuritypolicy) is enabled independently of the admission controller, for existing clusters it is recommended that policies are added and authorized before enabling the admission controller.

Related questions

0 votes
asked Mar 20 in Kubernetes K8s by rajeshsharma
0 votes
asked Mar 23 in Kubernetes K8s by rajeshsharma
...