Skip to content

Commit 31d37ff

Browse files
authored
Merge pull request #4022 from shaedrich/infrastructure-as-code
Add topic "Infrastructure as code"
2 parents 71d0086 + 9169e08 commit 31d37ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: iac
3+
display_name: Infrastructure as code
4+
short_description: Infrastructure as code is a way to manage environment packages as code instead of manual installation and mantainance.
5+
related: cloud-computing, devops, containerization, as-code, everything-as-code, container-orchestration, infrastructure-as-a-service, provisioning, infrastructure-drift
6+
topic: infrastructure-as-code
7+
wikipedia_url: https://en.wikipedia.org/wiki/Infrastructure_as_code
8+
---
9+
Nowadays, developers strive to have as identical environments for production, staging and development as possible to rule out any infrastructure interferance. Therefore, instead of installing and maintaining packages manually, **infrastructure** is defined and managed **as code**. Container orchestration solutions and version control systems help keeping all environments in sync and changes transparent.

0 commit comments

Comments
 (0)