Implementation in DevOps
Example:
Perfect agile DevOps flow:
- -> write code
- -> test
- -> deploy to production
With a legacy infrastructure:
- you have to open a ticket when you need a new VM
- that holds you back
With IaC (the best approach):
- you treat the infrastructure with the same quality as you treat your code
- versioning with Git
- tracking changes