Skip to content

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 449 Bytes

07-Mutable-vs-Immutable-Infrastructure-Mutable-vs-Immutable-Infrastructure.md

File metadata and controls

executable file
·
9 lines (5 loc) · 449 Bytes

Mutable vs Immutable Infrastructure

In this section, we will take a look at Mutable vs Immutable Infrastructure.

  • Immutable means unchanged or something you cannot change. As a consequence, with immutable infrastructure, we cannot carry out in place updates of the resources.

  • The containers are designed keeping immutability in mind.