in Kubernetes K8s by
Q:
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

+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
+1 vote
asked Sep 27, 2022 in Kubernetes K8s by SakshiSharma
0 votes
asked Jan 11 in Kubernetes K8s by sharadyadav1986
0 votes
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
...