Exam PCCSE All QuestionsBrowse all questions from this exam
Question 32

An administrator wants to install the Defenders to a Kubernetes cluster. This cluster is running the console on the default service endpoint and will be exporting to

YAML.

✑ Console Address: $CONSOLE_ADDRESS

✑ Websocket Address: $WEBSOCKET_ADDRESS

✑ User: $ADMIN_USER

Which command generates the YAML file for Defender install?

    Correct Answer: D

    To generate a YAML file for installing Defenders to a Kubernetes cluster using twistcli, the correct command is to use 'twistcli defender export kubernetes' with the appropriate parameters. This includes using the console address for the --address parameter and the WebSocket address for the --cluster-address parameter. Hence, the command that fits this requirement is <PLATFORM>/twistcli defender export kubernetes --address $CONSOLE_ADDRESS --user $ADMIN_USER --cluster-address $WEBSOCKET_ADDRESS.

Discussion
kumar_57Option: D

The correct answer is option D. https://medium.com/@sureshthivanka/cloud-native-security-devsecops-3e263df2a06c#:~:text=Use%20twistcli%20to%20generate%20a%20YAML%20configuration%20file,YAML%20file.%20%24%20%3CPLATFORM%3E%2Ftwistcli%20defender%20export%20kubernetes%20%5C

SpippoloOption: D

D. $ <PLATFORM>/twistcli defender export kubernetes \ --user <ADMIN_USER> \ --address <PRISMA_CLOUD_COMPUTE_CONSOLE_URL> \ --cluster-address <PRISMA_CLOUD_COMPUTE_HOSTNAME> --cri https://docs.paloaltonetworks.com/prisma/prisma-cloud/22-06/prisma-cloud-compute-edition-admin/install/install_kubernetes

Redrum702Option: A

A https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/install/install_kubernetes