CompTIA Linux+ (XK0-004) — Question 260
Which of the following is a file that can define how to build deploy, and install various components for a Linux application hosted in a cloud environment?
Answer options
- A. OVF
- B. YAML
- C. Virsh
- D. VMM
Correct answer: A
Explanation
The correct answer is A, OVF (Open Virtualization Format), which is used to describe virtual appliances and can include deployment and installation instructions. Options B (YAML) is a data serialization format, C (Virsh) is a command-line interface for managing virtual machines, and D (VMM) refers to Virtual Machine Monitor, which does not specifically define deployment instructions.