-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrastructure as code #22
Comments
DNS (https://en.wikipedia.org/wiki/Domain_Name_System) is a key DevOps infrastructure (and that's the code service of Cloudflare) |
A Systematic Mapping Study of Infrastructure as Code Research |
Terraform |
Pets versus Cattle Stop Killing Your Cattle: Server Infrastructure Advice |
Security Smells in Infrastructure as Code Scripts |
What about merging this thread into #2? |
Merged into #2 |
Wikipedia page: https://en.wikipedia.org/wiki/Infrastructure_as_Code
Original comment:
As mentioned by someone in another ticket, infrastructure as code was the "next big thing" not long ago (it still is a big thing, but it's already here).
Terraform is the leader in this area with competitors such as AWS cloud formation.
"infra as code" comes with it's own issues, you can just as easily automate the total destruction of your production environment as you can create a new one if you are not careful. There is a lot of documentation and blog posts on using terraform etc, but they are typically a bit out of date. A devops course with a section on IAC would be awesome
The text was updated successfully, but these errors were encountered: