PCCSE · Question #32
Which step is included when configuring Kubernetes to use Prisma Cloud Compute as an admission controller?
The correct answer is A. copy the admission controller configuration from the Console and apply it to Kubernetes. When configuring Prisma Cloud Compute as a Kubernetes admission controller, the process involves generating the admission controller configuration (webhook configuration YAML) from the Prisma Cloud Console and then applying it to your Kubernetes cluster using kubectl. This regist
Question
Which step is included when configuring Kubernetes to use Prisma Cloud Compute as an admission controller?
Options
- Acopy the admission controller configuration from the Console and apply it to Kubernetes
- Benable Kubernetes auditing from the Defend > Access > Kubernetes page in the Console
- Ccopy the Console address and set the config map for the default namespace
- Dcreate a new namespace in Kubernetes called admission-controller.
How the community answered
(32 responses)- A88% (28)
- B6% (2)
- C3% (1)
- D3% (1)
Explanation
When configuring Prisma Cloud Compute as a Kubernetes admission controller, the process involves generating the admission controller configuration (webhook configuration YAML) from the Prisma Cloud Console and then applying it to your Kubernetes cluster using kubectl. This registers Prisma Cloud as a validating webhook with the Kubernetes API server. Option B describes Kubernetes auditing, which is a separate feature. Option C is incorrect - no ConfigMap for the default namespace is set this way. Option D is incorrect - no dedicated 'admission-controller' namespace is required.
Topics
Community Discussion
No community discussion yet for this question.