CompTIA Cloud+ (CV0-004) — Question 84
Which of the following facilitates the continuous deployment of cloud applications without performing a clean install on each iteration?
Answer options
- A. Debian package
- B. Version management
- C. Container image
- D. Bare-metal server
Correct answer: C
Explanation
The correct answer is C, as container images enable developers to package applications along with their dependencies, allowing for seamless updates without starting from scratch. Options A and D do not provide the necessary flexibility for continuous deployment, and B, while important for tracking versions, does not facilitate deployment directly.