https://github.com/krisnova/cloud-native-infrastructure-demo
Demo content for cloud native infrastructure talks
https://github.com/krisnova/cloud-native-infrastructure-demo
Last synced: about 1 year ago
JSON representation
Demo content for cloud native infrastructure talks
- Host: GitHub
- URL: https://github.com/krisnova/cloud-native-infrastructure-demo
- Owner: krisnova
- Created: 2017-08-28T01:42:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T14:18:10.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T08:16:45.646Z (over 1 year ago)
- Language: HCL
- Size: 36.1 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Native Infrastructure
### Representing infrastructure
Various ways of representing and mutating infrastructure.
#### Infrastructure as a diagram
Using a technical diagram to share intended infrastructure topologies with other humans. [More information](/1-as-diagram/README.md)
#### Infrastructure as a script
Using a uni-directional script to mutate infrastructure topologies and using the script as a way to mutate infrastructure. [More information](/2-as-script/README.md)
#### Infrastructure as code
Using standardized templating to represent infrastructure. The templating can be interpolated, and contain logic. [More information](/3-as-code/README.md)
#### Infrastructure as software
Infrastructure is managed by a residual piece of software over time. In order to mutate infrastructure, the software must be running. [More information](/4-as-software)