DevOps: The Three Stage Conversation of People, Process, Products
This post elaborates on the three most important stages of conversation in DevOps, which are people, process, and products.
Join the DZone community and get the full member experience.
Join For Freein my previous posts, devops framework and practices and what is devops , i’ve described in detail what devops actually is.
to summarize once again, devops is a methodology that interacts between development and operations. it's all about improving the joint effort between functions of development and operations. the devops methodology in a software world is often also referred as a methodology that overcomes the gap between agile software development and operations, as it enables a fluent process for continuous development and continuous integration.
it’s also very important to highlight that usage of devops methodology reduces the stress in communication, helps improve communication between teams, increases collaboration between all participants, and increases integration between developers and operations teams.
in delivering valuable software to customers, too often development and operations are in conflict with each other. when development implements changes such as new features, bugs, or fixes, they want to quickly roll out this changes to production. however, once the software is already delivered, the operations department wants to avoid to make the changes on the software. here is where devops help to overcome the gap between both teams.
initially, there was agile development, in which the agility aspect was applied to operations. it became agile administration, and thus, devops was formed. (here's a must-read article by visual studio magzine called taking devops to the next level: it’s all about continuous delivery .)
in this post, i’m going to describe in a bit of a deeper view three important stages of conversation, which are people, process, and products.
the three stage conversation: people, process, products
devops is the correlation of people, process, and products to enable continuous delivery of value to end users. the outcomes are tightly connected to the ability for frequent releases to occur and at the same time to the ability to keep the same level of quality.
1. people
thinking of devops at a really high level, it’s first all about people. devops business, everybody that is involved who needs to deliver value to the business is working very tightly together on a common goal of adding value to the customer. the latest study by gartner , which involved 367 it and leading companies (113 of which were using devops) showed that the people issue is the biggest concern in the share of interviewed participants. this study also revealed that the share of process and it issues is on a lower level than the people issue. so, we can think that having highly motivated people with good collaboration between teams is very important.
2. process
devops is about process because even if you have people who are good working together, you can have a business process that blocks innovation (for instance, having long chain advisory boards before your people can do something or restricting people to doing things in a certain way). the process of designing, building, and testing software should be well-presented to each individual team member to make every team member aware of all parts of the development process. the implementation of a devops process into a company is a hard work, as it completely changes the company’s structure as a whole.
this is part of a bigger picture of devops: enabling the efficient flow of people working together and not having processes get in the way, but having processes and practices that help enable value to deliver to your customers.
3. products
devops is not a tool or product. you can’t buy devops, as devops is not a software, tool, process, company, or person; it’s a methodology used especially by it professionals. however, there are products, tools, and services that really help enable different devops practices that teams can use to make things easier. from the very high level, one of these tools is microsoft azure , which offers a lot of different products and services such as microsoft azure stack and microsoft azure . besides microsoft azure, there are also other products related to devops practices such as visual studio team services (vsts) and team foundation server (tfs) .
conclusion
devops works like a mediator between development and operations and is helping businesses in a tremendous way that need continuous change to thrive in the competitive market. devops is not a software, tool, person, or process; it’s way more than that. it is a philosophy that is changing the work practices in it so that it requires tight collaboration between everyone involved to enable continuous delivery to the end users.
Published at DZone with permission of Mohamed Radwan, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments