DevOps

Software development
Core activities
Paradigms and models
Methodologies and frameworks
Supporting disciplines
Practices
Tools
Standards and Bodies of Knowledge
Glossaries

DevOps (a clipped compound of "development" and "operations") is a software development methodology that combines software development (Dev) with information technology operations (Ops). The goal of DevOps is to shorten the systems development life cycle while also delivering features, fixes, and updates frequently in close alignment with business objectives.[1] The DevOps approach is to include automation and event monitoring at all steps of the software build.

Definition

Venn diagram showing DevOps as the intersection of development (software engineering), operations and quality assurance (QA)

Academics and practitioners have not developed a unique definition for the term "DevOps".

From an academic perspective, Len Bass, Ingo Weber, and Liming Zhu—computer science researchers from the Software Engineering Institute—suggested to define DevOps as "a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production, while ensuring high quality".[2]

The term DevOps, however, has been used in multiple contexts.[3]

History

In 2009 Patrick Debois coined the term by naming a conference "devopsdays"[4] which started in Belgium and has now spread to other countries.[5]

Toolchain

Illustration showing stages in a DevOps toolchain
Illustration showing stages in a DevOps toolchain

As DevOps is intended to be a cross-functional mode of working, rather than a single DevOps tool, there are sets (or "toolchains") of multiple tools.[6] Such DevOps tools are expected to fit into one or more of these categories, reflective of key aspects of the development and delivery process:[7][8]

  1. Code — code development and review, source code management tools, code merging
  2. Build — continuous integration tools, build status
  3. Test — continuous testing tools that provide feedback on business risks
  4. Package — artifact repository, application pre-deployment staging
  5. Release — change management, release approvals, release automation
  6. Configure — infrastructure configuration and management, Infrastructure as Code tools
  7. Monitor — applications performance monitoring, end–user experience

Note that there exist different interpretations of the DevOps toolchain (e.g. Plan, Create, Verify, Package, Release, Configure, and Monitor).

Some categories are more essential in a DevOps toolchain than others; especially continuous integration (e.g. Jenkins) and infrastructure as code (e.g. Puppet).[9][10]

Relationship to other approaches

Agile

The need for DevOps arose from the increasing success of agile software development, as that led to organizations wanting to release their software faster and more frequently. As they sought to overcome the strain this put on their release management processes, they had to adopt patterns such as application release automation, continuous integration tools, and continuous delivery.[11][12]

BizDevOps

Another practice that rose from DevOps is BizDevOps which inserts business drivers as aspect equal to development and operations.[13]

Continuous delivery

Continuous delivery and DevOps have common goals and are often used in conjunction, but there are subtle differences.[14][15]

While continuous delivery is focused on automating the processes in software delivery, DevOps also focuses on the organization change to support great collaboration between the many functions involved.[14]

DevOps and continuous delivery share a common background in agile methods and lean thinking: small and frequent changes with focused value to the end customer.[16] They are well communicated and collaborated internally, thus helping achieve faster time to market, with reduced risks.[11][17]

DataOps

The application of continuous delivery and DevOps to data analytics has been termed DataOps. DataOps seeks to integrate data engineering, data integration, data quality, data security, and data privacy with operations.[18] It applies principles from DevOps, Agile Development and the statistical process control, used in lean manufacturing, to improve the cycle time of extracting value from data analytics.[19]

DevSecOps

DevSecOps is another practice that rose from DevOps that includes information technology security as a fundamental aspect in all the stages of software development.[20]

OpsDev

OpsDev[21] emphasizes operations over development.

Site reliability engineering

In 2003, Google developed site reliability engineering, a new approach for releasing new features continuously into large-scale high-availability systems while maintaining high-quality end user experience.[22] While SRE predates the development of DevOps, they are generally viewed as being related to each other.[23] Some aspects of DevOps have taken a similar approach.[24]

Systems administration

DevOps is often viewed as an approach to applying systems administration work to cloud technology.[25]

WinOps

WinOps is the term used for DevOps practices for a Microsoft-centric view.

Goals

The goals of DevOps span the entire delivery pipeline. They include:

  • Improved deployment frequency;
  • Faster time to market;
  • Lower failure rate of new releases;
  • Shortened lead time between fixes;
  • Faster mean time to recovery (in the event of a new release crashing or otherwise disabling the current system).

Simple processes become increasingly programmable and dynamic, using a DevOps approach.[26] DevOps aims to maximize the predictability, efficiency, security, and maintainability of operational processes. Very often, automation supports this objective.

DevOps integration targets product delivery, continuous testing, quality testing, feature development, and maintenance releases in order to improve reliability and security and provide faster development and deployment cycles. Many of the ideas (and people) involved in DevOps came from the enterprise systems management and agile software development movements.[27]

Views on the benefits claimed for DevOps

Companies that practice DevOps have reported significant benefits, including: significantly shorter time to market, improved customer satisfaction, better product quality, more reliable releases, improved productivity and efficiency, and the increased ability to build the right product by fast experimentation.[11]

However, a study released in January 2017 by F5 of almost 2,200 IT executives and industry professionals found that only one in five surveyed think DevOps had a strategic impact on their organization despite rise in usage. The same study found that only 17% identified DevOps as key, well below software as a service (42%), big data (41%) and public cloud infrastructure as a service (39%).[28]

Cultural change

DevOps initiatives can create cultural change in companies [29] by transforming the way operations, developers, and testers collaborate during the development and delivery processes.[30] Getting these groups to work cohesively is a critical challenge in enterprise DevOps adoption.[31][32]

DevOps as a job title

While DevOps describes an approach to work rather than a distinct role (like system administrator), job advertisements are increasingly using terms like "DevOps Engineer".[33][34]

While DevOps reflects complex topics, the DevOps community uses analogies to communicate important concepts, much like "The Cathedral and the Bazaar" from the open source community.[35]

  • Cattle not Pets: the paradigm of disposable server infrastructure.[36]
  • 10 deployments per day: the story of Flickr adopting DevOps.

Building a DevOps culture

DevOps T-shirt worn at a computer conference.

DevOps principles demand strong interdepartmental communication—team-building and other employee engagement activities are often used—to create an environment that fosters this communication and cultural change, within an organization.[37] Team–building activities can include board games, trust activities, and employee engagement seminars.[38]

Deployment

Companies with very frequent releases may require a DevOps awareness or orientation program. For example, the company that operates the image hosting website Flickr developed a DevOps approach, to support a business requirement of ten deployments per day;[39] this daily deployment cycle would be much higher at organizations producing multi-focus or multi-function applications. This is referred to as continuous deployment[40] or continuous delivery [41] and has been associated with the lean startup methodology.[42] Working groups, professional associations and blogs have formed on the topic since 2009.[43][44]

Architecturally significant requirements

To practice DevOps effectively, software applications have to meet a set of architecturally significant requirements (ASRs), such as: deployability, modifiability, testability, and monitorability.[45] These ASRs require a high priority and cannot be traded off lightly.

Although in principle it is possible to practice DevOps with any architectural style, the microservices architectural style is becoming the standard for building continuously deployed systems.[17] Because the size of each service is small, it allows the architecture of an individual service to emerge through continuous refactoring,[46] hence reducing the need for a big upfront design and allows for releasing the software early and continuously.

Scope of adoption

Some articles in the DevOps literature assume, or recommend, significant participation in DevOps initiatives from outside an organization's IT department, e.g.: "DevOps is just the agile principle, taken to the full enterprise."[47]

A survey published in January 2016 by the SaaS cloud-computing company RightScale, DevOps adoption increased from 66 percent in 2015 to 74 percent in 2016. And among larger enterprise organizations, DevOps adoption is even higher — 81 percent.[48]

Adoption of DevOps is being driven by many factors — including:

  1. Use of agile and other development processes and methods;
  2. Demand for an increased rate of production releases — from application and business unit stakeholders;
  3. Wide availability of virtualized[49] and cloud infrastructure — from internal and external providers;
  4. Increased usage of data center automation[50] and configuration management tools;
  5. Increased focus on test automation[51] and continuous integration methods;
  6. A critical mass of publicly–available best practices.

DevOps automation

DevOps automation can be achieved by repackaging platforms, systems, and applications into reusable building blocks through the use of technologies such as virtual machines and containerization. [52] [53]

DevOps transformation

DevOps transformation is the process of transforming and adapting a software development methodology in accordance with agile development methods and extending this across the full organisation value stream.[54][55] DevOps transformation usually covers at least the following three dimensions: people, technology and process. The people dimension covers culture, technology includes automation and process includes governance.

See also

References

  1. Loukides, Mike (7 June 2012). "What is DevOps?".
  2. Bass, Len; Weber, Ingo; Zhu, Liming. DevOps: A Software Architect's Perspective. ISBN 978-0134049847.
  3. "Surprise! Broad Agreement on the Definition of DevOps".
  4. Debois, Patrick. "Agile 2008 Toronto". Just Enough Documented Information. Retrieved 12 March 2015.
  5. Debois, Patrick. "DevOps Days". DevOps Days. Retrieved 31 March 2011.
  6. Gartner Market Trends: DevOps – Not a Market, but Tool-Centric Philosophy That supports a Continuous Delivery Value Chain (Report). Gartner. 18 February 2015.
  7. Edwards, Damon. "Integrating DevOps tools into a Service Delivery Platform". dev2ops.org.
  8. Seroter, Richard. "Exploring the ENTIRE DevOps Toolchain for (Cloud) Teams". infoq.com.
  9. Theakanath, Thomas. "DevOps Stack on a Shoestring Budget". devops.com.
  10. "Stronger DevOps Culture with Puppet and Vagrant". Puppet Labs. Retrieved 22 October 2015.
  11. 1 2 3 Chen, Lianping (2015). "Continuous Delivery: Huge Benefits, but Challenges Too". IEEE Software. 32 (2): 50–54. doi:10.1109/MS.2015.27.
  12. Best Practices in Change, Configuration and Release Management (Report). Gartner. 14 July 2010.
  13. Shoeb, Javed (21 June 2017). "Introducing BizDevOps - Why DevOps Doesn't Work for Enterprise Applications". dzone.com. Retrieved 21 June 2017.
  14. 1 2 Humble, Jez; Farley, David (2011). Continuous Delivery: reliable software releases through build, test, and deployment automation. Pearson Education Inc. ISBN 978-0-321-60191-9.
  15. Hammond, Jeffrey (9 September 2011). "The Relationship between DevOps and Continuous Delivery". Forrester Research. Forester.
  16. Ambler, Scott W. (12 February 2014). "We need more Agile IT Now!". Dr. Dobb’s The world of software Development. San Francisco: UBM.
  17. 1 2 Chen, Lianping (2018). Microservices: Architecting for Continuous Delivery and DevOps. The IEEE International Conference on Software Architecture (ICSA 2018). IEEE.
  18. "From DevOps to DataOps, By Andy Palmer - Tamr Inc". Tamr Inc. 7 May 2015. Retrieved 23 August 2017.
  19. DataKitchen (15 March 2017). "How to Become a Rising Star with Data Analytics". data-ops. Retrieved 23 August 2017.
  20. Weinberger, Matt (25 November 2014), Microsoft study finds everybody wants DevOps but Culture is a Challenge, Computerworld
  21. Schitzer, Eran (Oct 2015). "DevOps Must Also Mean OpsDev". DevOps.com.
  22. Beyer, Betsy; Jones, Chris; Petoff, Jennifer; Murphy, Niall Richard (April 2016). Site Reliability Engineering. O'Reilly Media. ISBN 978-1-4919-2909-4.
  23. "SRE vs. DevOps — a False Distinction? - DevOps.com". 18 May 2017.
  24. Love DevOps? Wait until you meet SRE
  25. "How to stay relevant in the DevOps era: A SysAdmin's survival guide".
  26. "What is DevOps?". NewRelic.com. Retrieved 21 October 2014.
  27. Nasrat, Paul. "Agile Infrastructure". InfoQ. Retrieved 31 March 2011.
  28. Bourne, James (23 January 2017). "New research questions strategic importance of DevOps despite rise in usage". CloudTech.
  29. Emerging Technology Analysis: DevOps a Culture Shift, Not a Technology (Report). Gartner.
  30. Loukides, Mike (11 June 2012). What is Devops?. Oreilly Media.
  31. "Gartner IT Glossary – devops". Gartner. Retrieved 30 October 2015.
  32. Jones, Stephen; Noppen, Joost; Lettice, Fiona (21 July 2016). "Management challenges for DevOps adoption within UK SMEs".
  33. "Is DevOps a Title? - DevOps.com". DevOps.com. 20 March 2014. Retrieved 22 July 2017.
  34. "DevOps: A Job Title or a School of Thought?". Monster Career Advice. Retrieved 22 July 2017.
  35. "What are known useful and misleading memes in the DevOps culture?". devops.stackexchange.com. Retrieved 29 June 2017.
  36. Sharwood, Simon. "Are Your Servers Pets or Cattle?". The Register. Retrieved 2 July 2018.
  37. Walls, Mandi (15 April 2013). "Building a DevOps Culture". OReilly Media.
  38. Roach, Patrick. "Dice Breakers: Using DevOps principles and nerdery to reimagine Team building". DevOps.com.
  39. "10+ Deploys Per Day: Dev and Ops Cooperation at Flickr".
  40. "SAM SIG: Applied Lean Startup Ideas: Continuous Deployment at kaChing". SVForum.
  41. Humble, Jez. "Why Enterprises Must Adopt Devops to Enable Continuous Delivery". Cutter IT Journal.
  42. "Applied Lean Startup Ideas: Continuous Deployment at kaChing".
  43. "DevOps Days 2009 Conference".
  44. Edwards, Damon. "DevOps Meetup Recap".
  45. Chen, Lianping (2015). Towards Architecting for Continuous Delivery. The 12th Working IEEE/IFIP Conference on Software Architecture(WICSA 2015). Montréal, Canada: IEEE.
  46. Chen, Lianping; Ali Babar, Muhammad (2014). Towards an Evidence-Based Understanding of Emergence of Architecture through Continuous Refactoring in Agile Software Development. The 11th Working IEEE/IFIP Conference on Software Architecture(WICSA 2014). IEEE.
  47. "DevOps is Agile for the Rest of the Company". DevOps.com.
  48. Harvey, Cynthia (9 January 2017). "10 Ways DevOps is Changing the Enterprise". Datamation.
  49. "Virtual Infrastructure products: features comparison". Welcome to IT 2.0: Next Generation IT infrastructures.
  50. Ellard, Jennifer. "Bringing Order to Chaos through Data Center Automation". Information Management. SourceMedia. Archived from the original on 11 June 2010.
  51. "Impact of DevOps on Testing". DevOps.com.
  52. "Unleashing the Full Potential of Containerization for DevOps". Unleashing the Full Potential of Containerization for DevOps. 20 September 2017. Retrieved 20 June 2018.
  53. "Containers vs. virtual machines: A simplified answer to a complex question".
  54. "Is DevOps Transformation a Holy Grail? - DZone DevOps". dzone.com.
  55. "SMEs Can Benefit from DevOps, Too - DevOps.com". devops.com. 20 October 2017.

Further reading

  • Davis, Jennifer; Daniels, Ryn. Effective DevOps : building a culture of collaboration, affinity, and tooling at scale. Sebastopol, CA: O'Reilly. ISBN 9781491926437. OCLC 951434424.
  • Gene, Kim; Debois, Patrick; Willis, John; Humble, Jez; Allspaw, John. The DevOps handbook : how to create world-class agility, reliability, and security in technology organizations (First ed.). Portland, OR. ISBN 9781942788003. OCLC 907166314.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.