What implications does container virtualization have for DevOps? (Choose two answers.)
What implications does container virtualization have for DevOps? (Choose two answers.)
Containers decouple the packaging of an application from its infrastructure, which facilitates the rapid deployment and consistent operation of applications across different environments. Also, containers allow developers to test their software under production-like conditions, ensuring that the application will run as expected when deployed into production, thus increasing the efficiency and reliability of the CI/CD pipeline.
A and C are correct