DevOps Tools Engineer (LPIC-OT 701) — Question 27
What implications does container virtualization have for DevOps? (Choose two answers.)
Answer options
- A. Containers decouple the packaging of an application from its infrastructure.
- B. Containers require developers to have detailed knowledge of their IT infrastructure.
- C. Containers let developers test their software under production conditions.
- D. Containers complicate the deployment of software and require early deployment tests.
- E. Containers require application specific adjustment to the container platform.
Correct answer: A, C
Explanation
The correct answers, A and C, highlight the advantages of container virtualization in DevOps by emphasizing how it separates application packaging from infrastructure and allows for testing in production-like conditions. Options B, D, and E are incorrect because they suggest negative aspects or requirements that do not align with the primary benefits of using containers in a DevOps context.