⎈ k8s knowledge compiler

Immutable Infrastructure [glossary]deterministic

Immutable Infrastructure refers to computer infrastructure (virtual machines, containers, network appliances) that cannot be changed once deployed

architecture

Immutable Infrastructure refers to computer infrastructure (virtual machines, containers, network appliances) that cannot be changed once deployed.

Immutability can be enforced by an automated process that overwrites unauthorized changes or through a system that won’t allow changes in the first place. [Containers](#gloss:container) are a good example of immutable infrastructure because persistent changes to containers can only be made by creating a new version of the container or recreating the existing container from its image.

By preventing or identifying unauthorized changes, immutable infrastructures make it easier to identify and mitigate security risks. Operating such a system becomes a lot more straightforward because administrators can make assumptions about it. After all, they know no one made mistakes or changes they forgot to communicate. Immutable infrastructure goes hand-in-hand with infrastructure as code where all automation needed to create infrastructure is stored in version control (such as Git). This combination of immutability and version control means that there is a durable audit log of every authorized change to a system.

Sources

reference/glossary/immutable-infrastructure.md · docImmutable Infrastructure refers to computer infrastructure (virtual machines, containers, network appliances) that cannot be changed once deployed

Related (2)

prerequisite_of Cluster Operationsai-suggested prerequisite conf=0.7
prerequisite_of Admission Controllerai-suggested prerequisite conf=0.7

← all Docs