Palo Alto Networks Certified Strata Field Engineer (PCSFE) — Question 100
What is the structure of the YAML Ain't Markup Language (YAML) file repository?
Answer options
- A. Deployment_Type/Kubernetes/Environment
- B. Kubernetes/Deployment_Type/Environment
- C. Kubernetes/Environment/Deployment_Type
- D. Environment/Kubernetes/Deployment_Type
Correct answer: C
Explanation
The correct answer is C, as the typical structure of a YAML file repository organizes the files by Kubernetes, followed by Environment, and then Deployment_Type. The other options do not follow this specific hierarchy, which is crucial for effective file management in YAML repositories.