Prisma Certified Cloud Security Engineer (PCCSE) — Question 68
Which component of a Kubernetes setup can approve, modify, or reject administrative requests?
Answer options
- A. Kube Controller
- B. Terraform Controller
- C. Admission Controller
- D. Control plane
Correct answer: C
Explanation
The correct answer is C, Admission Controller, as it specifically handles the approval and modification of requests before they are persisted in the cluster. The Kube Controller (A) manages the state of the cluster but does not deal with request approval. Terraform Controller (B) is related to infrastructure as code and not directly involved in Kubernetes admin requests. Control plane (D) refers to the overall management layer of Kubernetes but does not perform the specific function of approving or modifying requests.