Infrastructure as Code, Part One - CrateDB
Infrastructure as Code (IaC) bridges the gap between system administrators and developers, and in doing so it:
- Helps developers think about the entire lifecycle of the software they are developing.
- Brings version control, code reviews, knowledge sharing, and other benefits to systems administration.
- Enables you to radically transform your CI and CD pipeline.
- Reduces the need for repetitive and error-prone tasks, freeing people up to work on more exciting things.