
Learning DevOps
By :

So far in this book, we have discussed in detail the development-operations (DevOps) culture as well as the DevOps tools that will facilitate communication and collaboration between developers and operations people (information technology-operations, or ITOps).
However, in this union, we have noticed that a very important aspect is often missing, which is security. Indeed, continuous integration/continuous deployment (CI/CD) pipelines and infrastructure as code (IaC) allow faster deployment of infrastructure and applications, but the problem is that to deploy faster, we do not include security teams, which causes the following:
This is why, for some time now, security has been included in the DevOps culture by becoming a development...