What is immutable infrastructure in DevOps?
- infrastructure that is deployed with all component versions locked except for the ability to perform manual configuration changes
- infrastructure that is only deployed and maintained in containers
- infrastructure that is entirely maintained and deployed in code and never subjected to manual changes
- virtualized infrastructure that is deployed as golden images
Explanation: Immutable infrastructure is infrastructure that can never be changed manually. In DevOps, this type of infrastructure is entirely maintained through the use of code.
Related exam: DevNet Associate Course Final Exam Answers
Related exam: DevNet Associate (Version 1.0) – Practice Final Exam Answers
Related exam: DevNet Associate (Version 1.0) - DevNet Associate (200-901) Certification Practice Exam Answers
