Category: Software, Infrastructure

There seem to be plenty of articles relating to the creation of a DevOps process, or the creation of a Continuous Integration and / or Continuous Delivery (CI / CD) pipeline. But there seem to be very few that relate to what makes for a good DevOps process.

The primary goal of DevOps is to bring together the previously isolated disciplines of software development (whose goal is to create features within the software products), QA (whose goal is to ensure that those features meet customer needs and are fit for purpose) and Operations (whose goal is to main the infrastructure that these disciplines rely upon).

A good pipeline should be consistent and predictable to the point of being boring.

This has hopefully give you an overview of what makes for a good DevOps process, and what makes for a good CI / CD pipeline.

Related Articles