nerdexam
Palo_Alto_Networks

PCCSE · Question #4

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_

The correct answer is D. <PLATFORM>/twistcli defender export kubernetes \. The correct twistcli command to generate a Kubernetes Defender YAML is twistcli defender export kubernetes followed by the required flags: --address (for the Console address), --cluster-address (for the Websocket address), and --user (for the admin user). Option D is correct beca

Cloud Native Security

Question

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?

Options

  • A<PLATFORM>/twistcli defender \
  • B<PLATFORM>/twistcli defender export kubernetes \
  • C<PLATFORM>/twistcli defender YAML kubernetes \
  • D<PLATFORM>/twistcli defender export kubernetes \

How the community answered

(24 responses)
  • A
    4% (1)
  • C
    4% (1)
  • D
    92% (22)

Explanation

The correct twistcli command to generate a Kubernetes Defender YAML is twistcli defender export kubernetes followed by the required flags: --address (for the Console address), --cluster-address (for the Websocket address), and --user (for the admin user). Option D is correct because it uses the proper subcommand structure (defender export kubernetes) and includes all required flags with the correct variables ($CONSOLE_ADDRESS, $WEBSOCKET_ADDRESS, $ADMIN_USER). Option B appears similar but is missing key flags. Option C uses incorrect syntax ('YAML' is not a valid subcommand), and Option A is incomplete.

Topics

#Prisma Cloud Defender#Kubernetes Deployment#twistcli#YAML Configuration

Community Discussion

No community discussion yet for this question.

Full PCCSE Practice