Prisma Certified Cloud Security Engineer (PCCSE) — Question 237
Which step is included when configuring Kubernetes to use Prisma Cloud Compute as an admission controller?
Answer options
- A. copy the Console address and set the config map for the default namespace.
- B. create a new namespace in Kubernetes called admission-controller.
- C. enable Kubernetes auditing from the Defend > Access > Kubernetes page in the Console.
- D. copy the admission controller configuration from the Console and apply it to Kubernetes.
Correct answer: B
Explanation
Creating a new namespace called admission-controller is essential for organizing and managing the admission controller resources within Kubernetes. The other options, while relevant to the setup process, do not directly involve the creation of the namespace, which is a critical step for proper configuration.