Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 697 Bytes

infrastructure.md

File metadata and controls

24 lines (16 loc) · 697 Bytes

Infrastructure As Code

Immutable Infrastructure

  • Approach to managing services where systems are replaced rather than changed in any way
  • Entire stack rebuilt from scratch
    • Servers
    • Network infrastructure
  • Ensures reliable and predictable deployments by avoiding
    • Configuration drift
    • Snowflake machines
  • Relies on on demand availability of servers

Buzzwords!

Blue green deployments

Blue green