Exam PCSFE All QuestionsBrowse all questions from this exam
Question 58

Using what two commands can an engineer confirm that the installation of the CN-series firewall as a K8S service on the production GKE cluster was successful after it was protected by the cloud workloads on GKE and YAML was downloaded to completed the setup? (Choose two.)

    Correct Answer: B, C

    To confirm the successful installation of the CN-series firewall as a Kubernetes (K8S) service on the production GKE cluster, use 'kubectl get pods -l app=pan-mgmt -n kube-system' to ensure the management pods are up, and 'kubectl get pods -n kube-system -l app=pan-ngfw -o wide' to check the network firewall pods are running.

Discussion
jaydvbbOptions: BC

answer is BC https://docs.paloaltonetworks.com/cn-series/deployment/on-cloud-on-prem-deployment/deploy-the-cn-series-firewalls-on-gke/deploy-the-cn-series-firewall-as-a-kubernetes-service-on-gke

SyedHussainOptions: BC

Correct Answer is B and C

commit666Options: BC

answer is BC Verify that the CN-MGMT pods are up by running the following command: kubectl get pods -l app=pan-mgmt -n kube-syst Verify that the CN-NGFW Pods are running. kubectl get pods -n kube-system -l app=pan-ngfw -o wide

javimOptions: BC

Correct answers B&C https://docs.paloaltonetworks.com/cn-series/deployment/on-cloud-on-prem-deployment/deploy-the-cn-series-firewalls-on-gke/deploy-the-cn-series-firewall-as-a-kubernetes-service-on-gke