PCSFE · Question #24
What is the appropriate file format for Kubernetes applications?
The correct answer is A. .yaml. 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…
Question
What is the appropriate file format for Kubernetes applications?
Options
- A.yaml
- B.exe
- C.json
- D.xml
How the community answered
(23 responses)- A83% (19)
- B4% (1)
- C4% (1)
- D9% (2)
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.
Topics
Community Discussion
No community discussion yet for this question.