infrastructure
Domain inferred from 5 atoms across the corpora.
Atom counts by kind
| Kind | Count |
|---|---|
| anti-pattern | 1 |
| fact | 1 |
| pattern | 1 |
| principle | 1 |
| rule | 1 |
Sample atoms
Snowflake Server
A production server that has been hand-tweaked over its lifetime — packages installed manually, config files edited via SSH, cron jobs added by request, library versions pinned to fix a specific bug — to the point where …
Rfc 1918 Private Ranges
RFC 1918 (Y. Rekhter et al., February 1996) allocates three IPv4 prefixes for use in 'private internets' — networks that do not need globally-unique addresses and whose traffic does not transit the public internet.…
Blue Green Deploy
Run two identical production environments (blue and green); only one serves live traffic at a time.…
Immutable Infrastructure
An immutable artifact (image) is built once and produces identical instances every time. Configuration drift cannot accumulate because the system is never modified after boot.…
Iac Required
All infrastructure changes go through pull request → plan review → approved apply, executed by an automation account that the developer cannot bypass.…