_guides/what_is_devops.md
---
title: What is DevOps?
category: DevSecOps
audiences:
- Developers
- Designers
- Project Managers
---
DevOps is best described as the conventions and practices that create collaborative and communicative partnership between development and operation groups. These practices incorporate two concepts that contribute to the automation of the process of software delivery and infrastructure changes.
<img src="{{ site.baseurl }}/assets/img/guides/Mind_the_Product_old_way.png"
alt="Mind the Product: Old Way"
class="guide-image guide-image-half">
<img src="{{ site.baseurl }}/assets/img/guides/Mind_the_Product_new_way.png"
alt="Mind the Product: New Way"
class="guide-image guide-image-half">
### Continuous Integration (CI)
Continuous Integration (CI) is the practice of developers ensuring that code is frequently checked in and integration tested with its dependencies with each check-in. Based on the methods and practices developed by Rational (IBM) programmer, Grady Booth, continuous integration has provided the foundation for a number of subsequent frameworks, including Extreme Programming (XP).
According to the [Agile Alliance](https://www.agilealliance.org/glossary/continuous-integration/), the goals of CI are “to minimize the duration and effort required by each integration episode and to be able to deliver a product version suitable for release at any moment.” Achievement of these goals is supported through not only automation, but also the use of version control tools (e.g. [SVN, GIT, Mercurial, etc.](https://biz30.timedoctor.com/git-mecurial-and-cvs-comparison-of-svn-software/)) and team working agreements that promote continuous code integration.
### Continuous Delivery (CD)
Continuous Delivery (CD), according to [ThoughtWorks](https://www.thoughtworks.com/continuous-delivery), can also help large organizations become lean, agile, and innovative. “Through reliable, low-risk releases, Continuous Delivery makes it possible to continuously adapt software in line with user feedback, shifts in the market and changes to business strategy. Test, support, development and operations work together as one delivery team to automate and streamline the build, test and release process.”
### Common DevOps Terms
[Mind the Product](http://www.mindtheproduct.com/2016/02/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us/) has created an informative list of useful DevOps terminology. The definitions can be found in our [Glossary]({{ site.baseurl}}/guides/glossary/).
* Checking in
* CI server
* Development environment
* Deployment pipeline / pipeline
* Green build
* Incremental development
* Integration
* Iterative development
* Master/trunk/mainline
* Production environment
* Red build
* Source repository
* Test automation
* Unit tests
### Good Reads
These are good references for understanding DevOps, Continuous Integration (CI), and Continuous Delivery (CD):
* [12factor.net: The Twelve-Factor App](https://12factor.net/)
* [2016 Version Control Software Comparison: SVN, Git, Mercurial](https://biz30.timedoctor.com/git-mecurial-and-cvs-comparison-of-svn-software/)
* [Best Version Control Systems](https://www.g2crowd.com/categories/version-control-systems)
* [Cloud.gov](https://cloud.gov/)
* [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration)
* [DevOps.com](https://devops.com/)
* [DevOps and Agile](https://www.scrumalliance.org/community/articles/2014/april/devops-and-agile)
* [DevOps Handbook](https://www.amazon.com/DevOps-Handbook-World-Class-Reliability-Organizations/dp/1942788002)
* [Gartner and Software Advice examine Agile Lifecycle Management Tools](https://www.infoq.com/news/2015/02/agile-management-tools)
* [MartinFowler.com: ContinuousDelivery](https://martinfowler.com/bliki/ContinuousDelivery.html)
* [ShiwaForce: What is DevOps?](https://www.shiwaforce.com/mi-az-devops/)
* [The Agile Admin: What is DevOps?](https://theagileadmin.com/what-is-devops/)
* [The business case for continuous delivery](https://www.atlassian.com/continuous-delivery/business-case-for-continuous-delivery)
* [The Phoenix Project](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/0988262592)
* [The Product Managers’ Guide to Continuous Delivery and DevOps](http://www.mindtheproduct.com/2016/02/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us/)
* [Top 5 open source version control tools for system admins](https://www.getfilecloud.com/blog/2015/02/top-5-open-source-version-control-tools-for-system-admins/#.WHVSSVMrLIU)