-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
It’s common to talk about the DevOps culture in depth. Despite the term being a combination of two specific areas – that is, development (Dev) and operations (Ops) – this approach goes far beyond these two teams.
The DevOps culture connects processes, people, and tools, all of which work together to generate value and provide continuous learning in the face of constant market needs:
Figure 10.19 – The DevOps culture cycle
Figure 10.19 represents this continuous flow of collaboration in different aspects involving the DevOps culture.
Among the practices suggested in the DevOps culture, we have the CI/CD process, making development teams agile, eliminating dependencies, minimizing errors, and enabling continuous evolution and learning in teams.
CI and CD processes are commonly called pipelines because they represent a set of sequential instructions that allow new pipes or tasks...