What Is DevOps? A Guide to the Basics

Written by Coursera Staff • Updated on

DevOps is an approach to working that emphasizes the quick, incremental, and continuous delivery of products. Learn about DevOps principles, life cycle, practices, tools, and more.

[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 priorities, tasks, and timelines that don't necessarily align with the surrounding teams. The fundamental purpose of DevOps is to create a more cohesive development cycle.

Using a DevOps approach, 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.

Read more: What Does a DevOps Engineer Do? A Career Guide

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 lifecycle stage, 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 members identify 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, moving 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. 

Placeholder

DevOps principles

DevOps incorporates a few core principles. They include:

Systems thinking: Systems thinking means considering an entire system's performance instead of specific teams' performance. This mindset ensures that 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 emphasizes 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 continually integrating feedback from stakeholders and fixes into a product. This can mean 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 are integrated automatically so that the product is always in a deployable state. This means that changes can be deployed in short time frames (daily, weekly, and so on).

Continuous deployment: Together, continuous integration and delivery are often called CI/CD. Continuous deployment takes these practices one step further by adding a routine of real-time monitoring, testing, and updating products after 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.

Does DevOps require coding?

While some DevOps roles might not require extensive coding, basic scripting knowledge is often helpful for automating tasks and integrating tools. Understanding code improves communication with developers and allows you to write scripts for specific needs. Overall, coding skills are a plus for DevOps engineers, but the focus is more on collaboration, automation, and streamlining software development processes. Helpful programming languages for DevOps engineers to learn include Python, Java, HTML, and JavaScript.

Placeholder

DevOps tools

While DevOps is considered a mindset first, several DevOps tools are 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, which is the process of turning an application into a single software package.

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

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

Read more: 11 DevOps Tools for 2024

Continue learning about DevOps with Coursera.

DevOps is a set of practices that aims to break down silos between development and operations teams. It promotes continuous integration and delivery through automation and collaboration, allowing for faster product releases and improved feedback mechanisms.

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:

Editorial Team

Coursera’s editorial team is comprised of highly experienced professional editors, writers, and fact...

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.