ExamGecko
Question list
Search
Search

Question 35 - PCSFE discussion

Report
Export

What is the appropriate file format for Kubernetes applications?

A.
.yaml
Answers
A.
.yaml
B.
.exe
Answers
B.
.exe
C.
.json
Answers
C.
.json
D.
.xml
Answers
D.
.xml
Suggested answer: A

Explanation:

The appropriate file format for Kubernetes applications is .yaml. YAML is a human-readable data serialization language that is commonly used for configuration files. Kubernetes applications are defined and deployed using YAML files that specify the desired state and configuration of the application components, such as pods, services, deployments, or ingresses. YAML files for Kubernetes applications follow a specific syntax and structure that adhere to the Kubernetes API specifications. .exe, .json, and .xml are not appropriate file formats for Kubernetes applications, but they are related formats that can be used for other purposes. Reference: Palo Alto Networks Certified Software Firewall Engineer (PCSFE), [What is YAML?], [Kubernetes Basics], [Kubernetes API Overview]

asked 23/09/2024
Emma Buchanan
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first