Jump to content

DevOps: Difference between revisions

From Wikipedia, the free encyclopedia
[accepted revision][accepted revision]
Content deleted Content added
Bachn (talk | contribs)
Brvman (talk | contribs)
m →‎Relationship to other approaches: added link to main article for DataOps
Line 43: Line 43:


===DataOps===
===DataOps===
{{Main|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.<ref>{{Cite news|url=https://www.tamr.com/from-devops-to-dataops-by-andy-palmer/|title=From DevOps to DataOps, By Andy Palmer - Tamr Inc.|date=2015-05-07|work=Tamr Inc.|access-date=2017-08-23|language=en-US}}</ref> It applies principles from DevOps, [[Agile software development|Agile Development]] and the [[statistical process control]], used in [[lean manufacturing]], to improve the cycle time of extracting value from data analytics.<ref>{{Cite web|url=https://medium.com/data-ops/how-to-become-a-rising-star-with-data-analytics-6e4f611e85dd|title=How to Become a Rising Star with Data Analytics|last=DataKitchen|date=2017-03-15|website=data-ops|access-date=2017-08-23}}</ref>
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.<ref>{{Cite news|url=https://www.tamr.com/from-devops-to-dataops-by-andy-palmer/|title=From DevOps to DataOps, By Andy Palmer - Tamr Inc.|date=2015-05-07|work=Tamr Inc.|access-date=2017-08-23|language=en-US}}</ref> It applies principles from DevOps, [[Agile software development|Agile Development]] and the [[statistical process control]], used in [[lean manufacturing]], to improve the cycle time of extracting value from data analytics.<ref>{{Cite web|url=https://medium.com/data-ops/how-to-become-a-rising-star-with-data-analytics-6e4f611e85dd|title=How to Become a Rising Star with Data Analytics|last=DataKitchen|date=2017-03-15|website=data-ops|access-date=2017-08-23}}</ref>


===SciOps (Scientific DevOps)===
===SciOps (Scientific DevOps)===

Revision as of 20:23, 26 March 2018

DevOps (a clipped compound of "development" and "operations") is a software engineering culture and practice that aims at unifying software development (Dev) and software operation (Ops). The main characteristic of the DevOps movement is to strongly advocate automation and monitoring at all steps of software construction, from integration, testing, releasing to deployment and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives.[1][2][3][4]

Definitions and History

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

At the 2008 Agile Toronto conference, Andrew Shafer and Patrick Debois introduced the term in their talk on "Agile Infrastructure".[5] From 2009, the DevOps term has been steadily promoted and brought into more mainstream usage through a series of "devopsdays",[6] which started in Belgium and has now spread to other countries.[7]

The term DevOps has been used in multiple different contexts.[8]

A definition proposed by Bass, Weber, and Zhu, is:

DevOps is 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.[9]

In recent years, more tangential DevOps initiatives have also evolved, such as OpsDev,[10] WinOps, [11], DevSecOps, and BizDevOps.[12]

DevOps 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.[13] Such DevOps tools are expected to fit into one or more of these categories, reflective of key aspects of the development and delivery process:[14][15]

  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

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

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.[18]

Continuous delivery

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

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.[19]

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.[21] They are well communicated and collaborated internally, thus helping achieve faster time to market, with reduced risks.[citation needed]

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.[22] 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.[23]

SciOps (Scientific DevOps)

Scientific DevOps refers to DevOps practices applied in the context of scientific computing[24]. While the tools and methodologies are the same, the goals are different: DevOps delivers a software product, while SciOps delivers scientific insights [citation needed]. An alternative interpretation of the term is as a specialization of DevOps [citation needed].

ResOps (Research DevOps)

Research DevOps groups together all the tools and techniques used to deliver and support research operations in cloud environments (i.e., data transfer or data storage)[25]. In addition, ResOps also focuses on the optimisation of research workloads for clouds, defining two main approaches: legacy, where on-prem infrastructure is replicated in the cloud environment, and cloud-first, where cloud computing paradigms are fully adopted when designing the workloads. Both approaches have their own advantages and disadvantages, and impact the efficiency of the designed solution[26].

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.[27] While SRE predates the development of DevOps, they are generally viewed as independent trends.[28] Some aspects of DevOps have taken a similar approach.[29]

Systems administration

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

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.[31] 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.[32]

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.[33]

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%).[34]

Cultural change

DevOps is more than just a tool or a process change; it inherently requires an organizational culture shift.[35] This cultural change is especially difficult, because of the conflicting nature of departmental roles:

Getting these groups to work cohesively is a critical challenge in enterprise DevOps adoption.[37][38]

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".[39][40]

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.[41]

  • Cattle not Pets: the paradigm of disposable server infrastructure.
  • 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.[42] Team–building activities can include board games, trust activities, and employee engagement seminars.[43]

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;[44] this daily deployment cycle would be much higher at organizations producing multi-focus or multi-function applications. This is referred to as continuous deployment[45] or continuous delivery [46] and has been associated with the lean startup methodology.[47] Working groups, professional associations and blogs have formed on the topic since 2009.[4][48][49]

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.[50] 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. Because the size of each service is small, it allows the architecture of an individual service to emerge through continuous refactoring,[51] hence reducing the need for a big upfront design[citation needed] and allows for releasing the software early[citation needed] 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."[52]

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.[53]

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[54] and cloud infrastructure — from internal and external providers;
  4. Increased usage of data center automation[55] and configuration management tools;
  5. Increased focus on test automation[56] and continuous integration methods;
  6. A critical mass of publicly–available best practices.

DevOps Transformation

DevOps Transformation - 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. [57][58][59]

See also

References

  1. ^ Loukides, Mike (2012-06-07). "What is DevOps?".
  2. ^ Samovskiy, Dmitriy (2010-03-02). "The Rise of DevOps". Fubaredness Is Contagious.
  3. ^ Kim, Gene. "DevOps Culture Part 1".
  4. ^ a b Lyman, Jay. "DevOps mixing dev, ops, agile, cloud, open source and business". 451 CAOS Theory.
  5. ^ Debois, Patrick. "Agile 2008 Toronto". Just Enough Documented Information. Retrieved 12 March 2015.
  6. ^ Debois, Patrick (2009). "DevOpsDays Ghent". DevopsDays. Retrieved 31 March 2011.
  7. ^ Debois, Patrick. "DevOps Days". DevOps Days. Retrieved 31 March 2011.
  8. ^ "Surprise! Broad Agreement on the Definition of DevOps".
  9. ^ Bass, Len; Weber, Ingo; Zhu, Liming. DevOps: A Software Architect's Perspective. ISBN 978-0134049847.
  10. ^ Schitzer, Eran (Oct 2015). "DevOps Must Also Mean OpsDev". DevOps.com.
  11. ^ Weinberger, Matt (25 November 2014), Microsoft study finds everybody wants DevOps but Culture is a Challenge, Computerworld
  12. ^ Shoeb, Javed (June 21, 2017). "Introducing BizDevOps - Why DevOps Doesn't Work for Enterprise Applications". dzone.com. Retrieved 2017-06-21.
  13. ^ Gartner Market Trends: DevOps – Not a Market, but Tool-Centric Philosophy That supports a Continuous Delivery Value Chain (Report). Gartner. 18 February 2015.
  14. ^ Edwards, Damon. "Integrating DevOps tools into a Service Delivery Platform". dev2ops.org.
  15. ^ Seroter, Richard. "Exploring the ENTIRE DevOps Toolchain for (Cloud) Teams". infoq.com.
  16. ^ Theakanath, Thomas. "DevOps Stack on a Shoestring Budget". devops.com.
  17. ^ "Stronger DevOps Culture with Puppet and Vagrant". Puppet Labs. Retrieved 2015-10-22.
  18. ^ Best Practices in Change, Configuration and Release Management (Report). Gartner. 14 July 2010.
  19. ^ a b 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.
  20. ^ Hammond, Jeffrey (9 September 2011). "The Relationship between DevOps and Continuous Delivery". Forrester Research. Forester.
  21. ^ Ambler, Scott W. (12 February 2014). "We need more Agile IT Now!". Dr. Dobb’s The world of software Development. San Francisco: UBM.
  22. ^ "From DevOps to DataOps, By Andy Palmer - Tamr Inc". Tamr Inc. 2015-05-07. Retrieved 2017-08-23.
  23. ^ DataKitchen (2017-03-15). "How to Become a Rising Star with Data Analytics". data-ops. Retrieved 2017-08-23.
  24. ^ https://www.slideshare.net/AmazonWebServices/faster-time-to-science-scaling-biomedical-research-in-the-cloud-with-sciops-session-sponsored-by-dius
  25. ^ "ResOps, daily adventures of DevOps in Research - EMBL-EBI Technical Services Cluster blog". EMBL-EBI Technical Services Cluster blog. 2018-02-08. Retrieved 2018-02-14.
  26. ^ "ResOps Training - January 2018". Retrieved 2018-01-11.
  27. ^ Site Reliability Engineering. O'Reilly Media. April 2016. ISBN 978-1-4919-2909-4. {{cite book}}: Cite uses deprecated parameter |authors= (help)
  28. ^ "SRE vs. DevOps — a False Distinction? - DevOps.com". 18 May 2017.
  29. ^ Love DevOps? Wait until you meet SRE
  30. ^ "How to stay relevant in the DevOps era: A SysAdmin's survival guide".
  31. ^ "What is DevOps?". NewRelic.com. Retrieved 2014-10-21.
  32. ^ Nasrat, Paul. "Agile Infrastructure". InfoQ. Retrieved 31 March 2011.
  33. ^ Chen, Lianping (2015). "Continuous Delivery: Huge Benefits, but Challenges Too". IEEE Software. 32 (2): 50. doi:10.1109/MS.2015.27.
  34. ^ Bourne, James (23 January 2017). "New research questions strategic importance of DevOps despite rise in usage". CloudTech.
  35. ^ Emerging Technology Analysis: DevOps a Culture Shift, Not a Technology (Report). Gartner.
  36. ^ Loukides, Mike (11 June 2012). What is Devops?. Oreilly Media.
  37. ^ "Gartner IT Glossary – devops". Gartner. Retrieved October 30, 2015.
  38. ^ Jones, Stephen; Noppen, Joost; Lettice, Fiona (21 July 2016). "Management challenges for DevOps adoption within UK SMEs".
  39. ^ "Is DevOps a Title? - DevOps.com". DevOps.com. 2014-03-20. Retrieved 2017-07-22.
  40. ^ "DevOps: A Job Title or a School of Thought?". Monster Career Advice. Retrieved 2017-07-22.
  41. ^ "What are known useful and misleading memes in the DevOps culture?". devops.stackexchange.com. Retrieved 2017-06-29.
  42. ^ Walls, Mandi (15 April 2013). "Building a DevOps Culture". OReilly Media. {{cite journal}}: Cite journal requires |journal= (help)
  43. ^ Roach, Patrick. "Dice Breakers: Using DevOps principles and nerdery to reimagine Team building". DevOps.com.
  44. ^ "10+ Deploys Per Day: Dev and Ops Cooperation at Flickr".
  45. ^ "SAM SIG: Applied Lean Startup Ideas: Continuous Deployment at kaChing". SVForum.
  46. ^ Humble, Jez. "Why Enterprises Must Adopt Devops to Enable Continuous Delivery". Cutter IT Journal.
  47. ^ "Applied Lean Startup Ideas: Continuous Deployment at kaChing".
  48. ^ "DevOps Days 2009 Conference".
  49. ^ Edwards, Damon. "DevOps Meetup Recap".
  50. ^ Chen, Lianping (2015). Towards Architecting for Continuous Delivery. The 12th Working IEEE/IFIP Conference on Software Architecture(WICSA 2015). Montréal, Canada: IEEE. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  51. ^ 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. {{cite conference}}: External link in |conferenceurl= (help); Unknown parameter |conferenceurl= ignored (|conference-url= suggested) (help)
  52. ^ "DevOps is Agile for the Rest of the Company". DevOps.com.
  53. ^ Harvey, Cynthia (9 January 2017). "10 Ways DevOps is Changing the Enterprise". Datamation.
  54. ^ "Virtual Infrastructure products: features comparison". Welcome to IT 2.0: Next Generation IT infrastructures.
  55. ^ Ellard, Jennifer. "Bringing Order to Chaos through Data Center Automation". Information Management. SourceMedia. Archived from the original on 2010-06-11. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  56. ^ "Impact of DevOps on Testing". DevOps.com.
  57. ^ https://dzone.com/articles/is-devops-a-holy-grail
  58. ^ https://squadex.com/insights/devops-holy-grail/
  59. ^ https://devops.com/smes-can-benefit-from-devops-too/

Further reading