Prisma Certified Cloud Security Engineer (PCCSE) — Question 177
Which option shows the steps to install the Console in a Kubernetes Cluster?
Answer options
- A. Download the Console and Defender image Generate YAML for Defender Deploy Defender YAML using kubectl
- B. Download and extract release tarball Generate YAML for Console Deploy Console YAML using kubectl
- C. Download the Console and Defender image Download YAML for Defender from the document site Deploy Defender YAML using kubectl
- D. Download and extract release tarball Download the YAML for Console Deploy Console YAML using kubectl
Correct answer: B
Explanation
Option B is correct because it specifies the proper steps: downloading and extracting the release tarball, generating the YAML for Console, and deploying it using kubectl. The other options either include incorrect components like Defender or do not specify the correct sequence of tasks necessary for installing the Console.