NSE7_PBC-7.2 · Question #76
Which statement about immutable infrastructure in automation is true?
The correct answer is A. It is the practice of deploying a new server for every configuration change. The statement that best describes the concept of immutable infrastructure in the context of automation is: A. It is the practice of deploying a new server for every configuration change. Immutable Infrastructure Concept: This approach to infrastructure management involves…
Question
Which statement about immutable infrastructure in automation is true?
Options
- AIt is the practice of deploying a new server for every configuration change
- BIt is the practice of modifying the existing server configuration after it is deployed
- CIt is the practice of deploying two parallel servers for high availability.
- DIt is the practice of applying hotfixes and OS patches after deployment
How the community answered
(38 responses)- A71% (27)
- B5% (2)
- C16% (6)
- D8% (3)
Explanation
The statement that best describes the concept of immutable infrastructure in the context of automation is: A. It is the practice of deploying a new server for every configuration change. Immutable Infrastructure Concept: This approach to infrastructure management involves replacing servers or components entirely rather than making changes to existing configurations once they are deployed. When a change is needed, a new server instance is provisioned with the desired configuration and the old one is decommissioned after the new one is successfully deployed and tested. Benefits: Immutable infrastructure minimizes the risks associated with in-place updates, such as inconsistencies or failures due to configuration drift. It enhances reliability and predictability by ensuring that the deployed environment matches exactly what was tested in staging. This practice is particularly aligned with modern deployment strategies like blue/green or canary
Topics
Community Discussion
No community discussion yet for this question.