ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - NSE7_PBC-7.2 discussion

Report
Export

How does the immutable infrastructure strategy work in automation?

A.
It runs a single live environment for configuration changes.
Answers
A.
It runs a single live environment for configuration changes.
B.
It runs one idle and a single live environment for configuration changes.
Answers
B.
It runs one idle and a single live environment for configuration changes.
C.
It runs two live environments for configuration changes.
Answers
C.
It runs two live environments for configuration changes.
D.
It runs one idle and two live environments for configuration changes.
Answers
D.
It runs one idle and two live environments for configuration changes.
Suggested answer: C

Explanation:

Immutable infrastructure is a DevOps approach that emphasizes the creation of disposable resources instead of modifying existing ones1.This approach helps to achieve stability, consistency, and predictability in IT operations by reducing the risk of configuration drift and eliminating stateful components1.

One way to implement immutable infrastructure is to use a blue-green deployment strategy, which runs two live environments for configuration changes2. The blue environment is the current production environment, while the green environment is the new version of the application or service.When the green environment is ready, the traffic is switched from blue to green, and the blue environment is destroyed or kept as a backup2. This way, there is no need to update or patch the existing infrastructure, but rather replace it with a new one.

1:Immutable Infrastructure, Architecture, and its benefits

2:Introduction to Immutable Infrastructure -- BMC Software | Blogs

asked 18/09/2024
Bob Xiong
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first