What Is DevOps? A Guide to the Basics

Written by Coursera • Updated on

DevOps is an approach to working that emphasizes the quick, incremental, and continuous delivery of products.

[Featured image] A DevOps developer leads a meeting in a conference room.

The term DevOps combines the words "development" and "operations." In practice, it's a union between the development and operations teams. DevOps is often thought of as a process, a culture, or a set of principles that enables organizations to deliver products quickly and continuously.

DevOps key purpose

DevOps was created in response to issues from longstanding workplace traditions of having siloed teams—or completely separate teams for development, testing, and operations in relation to any single product. For example, in a company with a traditional process, an engineering team would write the product code, then hand it off to a testing team to test the product's functionality, and then hand it off to an operations team to maintain the software long term.

This siloed structure isn't always conducive to efficiency, as each team has its own priorities, tasks, and timelines that don't necessarily align with the surrounding teams. The key purpose of DevOps is to create a more cohesive development cycle.

With a DevOps approach, those multiple teams are integrated into a single team. Testing might occur automatically and frequently throughout the process alongside product development, and all groups can be involved in long-term maintenance.

Additional benefits of a DevOps culture include improved team efficiency, increased release speed, and better feedback mechanisms.

DevOps lifecycle

The DevOps lifecycle is more integrative than a siloed software delivery process. Deploying products and updates happens continuously, and less in a rigid, linear process. Because they work as a unit, each team member should be comfortable with each stage of the lifecycle, from initial ideation to assessing software quality and understanding user experience.

Throughout the development process, DevOps teams work as a unit through planning, developing, delivering, and monitoring stages:

  • In the planning stage, the team identifies the problems they aim to solve and how they might solve them.

  • Next, they'll develop their product, using a testing or production environment—either a simulated environment or a sampling of real-world users to try the updates before they're widely deployed—to build the best possible product.

  • Then, they'll deliver the product to their wider audience.

  • Finally, they will constantly monitor performance and feedback to incorporate into later iterations and product updates—which will move them back to the planning stage.

What is agile software development?

Agile is an approach to project management and software development that centres around incremental and iterative steps to completing projects. Agile development centres around short-term projects that can encourage rapid delivery. The incorporation of Agile teams is said to be a precursor to organizations adopting DevOps practices. 

DevOps principles

There are a few core principles at work in DevOps. Largely broken down, they include:

Systems thinking: Systems thinking means thinking about the performance of an entire system, instead of the performance of specific teams. This mindset ensures all teams and employees feel responsible for producing good quality and discourages teams from passing defects downstream.

Culture: A successful DevOps culture is often tied to a spirit of improved collaboration, experimentation, and continuous learning. This might mean teams make sure time is allocated to improve work, teams are rewarded for taking risks, and members can learn from others within and without their teams.

Automation: DevOps places a heavy emphasis on automating as much as possible. This can reduce time spent on repetitive and time-consuming tasks and increase deployment speed. A DevOps team might, for example, automate testing processes so developers can receive feedback early and frequently.

DevOps practices

A couple of key practices make DevOps what it is. These include:

  • Continuous integration (CI): Continuous integration means feedback from stakeholders and fixes are integrated into a product continually. This can mean both automating processes in which fixes are integrated and creating a culture in which continuous integration happens. 

  • Continuous delivery (CD): Continuous delivery is when changes to a product (likely your code) are integrated automatically so that the product is always in a deployable state. This means that code can be deployed in short time frames (daily, weekly, and so on).

Together, continuous integration and continuous delivery are often referred to as CI/CD. Taking these practices one step further, continuous deployment adds a routine of real-time monitoring, testing, and updating products after they launch.

Within a DevOps environment, it's common for organizations to release smaller, more frequent product updates that are more reactive to customer feedback rather than the large-scale, labour-intensive updates siloed teams may deploy.

Learn more about CI/CD with the University of Virginia's Continuous Delivery & DevOps course.

DevOps tools

While DevOps is considered a mindset first, there are several DevOps tools used to automate various stages in a DevOps process. Here are a few.

  • Git: Git is a version control system. In DevOps, it’s used to keep track of code and is useful for team members to collaborate on projects and update existing ones.

  • Docker: Docker is used for containerizing applications—the process of turning an application into a single software package.

  • Jenkins: Jenkins is a tool used to build CI/CD pipelines, where developers can build, test, and deploy software.

  • Kubernetes: A container organizer, Kubernetes is used frequently in DevOps.

Continue learning about DevOps with Coursera.

Learning DevOps methods and skills can be useful to various people across the professional realm. You might be a product manager looking for ways to improve your team’s process, or an IT professional looking for a new way to use your skills. Whatever your goals, you can start today by earning IBM's DevOps and Software Engineering Professional Certificate.

Keep reading

Updated on
Written by:

Coursera

Writer

Coursera is the global online learning platform that offers anyone, anywhere access to online course...

This content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.