PSE-SWFW-PRO-24 · Question #86
Which three methods may be used to deploy CN-Series firewalls? (Choose three.)
The correct answer is A. Terraform templates C. YAML file D. Helm charts. The CN-Series firewalls are containerized firewalls designed to protect Kubernetes environments. They offer several deployment methods to integrate with Kubernetes orchestration. Option A: Terraform is an Infrastructure-as-Code (IaC) tool that allows you to define and provision…
Question
Which three methods may be used to deploy CN-Series firewalls? (Choose three.)
Options
- ATerraform templates
- BPanorama plugin for Kubernetes
- CYAML file
- DHelm charts
- EDocker Swarm
How the community answered
(44 responses)- A91% (40)
- B7% (3)
- E2% (1)
Explanation
The CN-Series firewalls are containerized firewalls designed to protect Kubernetes environments. They offer several deployment methods to integrate with Kubernetes orchestration. Option A: Terraform is an Infrastructure-as-Code (IaC) tool that allows you to define and provision infrastructure using declarative configuration files. Palo Alto Networks provides Terraform modules and examples to deploy CN-Series firewalls, enabling automated and repeatable Option C: Kubernetes uses YAML files (manifests) to define the desired state of deployments, including pods, services, and other resources. You can deploy CN-Series firewalls by creating YAML files that define the necessary Kubernetes objects, such as Deployments, Services, and ConfigMaps. This is a core method for Kubernetes deployments. Option D: Helm is a package manager for Kubernetes. Helm charts package Kubernetes resources, including YAML files, into reusable and shareable units. Palo Alto Networks provides Helm charts for deploying CN-Series firewalls, simplifying the deployment process and managing
Topics
Community Discussion
No community discussion yet for this question.