InterviewSolution
Saved Bookmarks
| 1. |
__________ infrastructure replaces a server completely when there is a change |
|
Answer» The answer is immutable infrastructure. It replaces the SERVER completely when there is a change. An immutable infrastructure is known as another infrastructure paradigm in which servers are never MODIFIED after they get DEPLOYED. If something seems to be updated, FIXED or modified in any way, then new servers will be created from the common image with suitable changes and it is meant to replace the older ones. |
|