nerdexam
Palo_Alto_Networks

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

Container Security

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)
  • A
    88% (28)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (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

#Kubernetes Security#Admission Controllers#Prisma Cloud Compute#Container Configuration

Community Discussion

No community discussion yet for this question.

Full PCCSE Practice