0 votes
in Kubernetes K8s by
What is Kubernetes PodSecurityPolicy?

a) A resource that controls the security settings of pods in a Kubernetes cluster

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage Kubernetes nodes

2 Answers

0 votes
by

a) A resource that controls the security settings of pods in a Kubernetes cluster

0 votes
by

Answer: a)

Explanation: A resource that controls the security settings of pods in a Kubernetes cluster. Kubernetes PodSecurityPolicy is a resource that controls the security settings of pods in a Kubernetes cluster, enabling administrators to enforce specific security policies on pods and containers.

...