1

What I Have Understood About DevOps

 2 years ago
source link: https://dzone.com/articles/what-i-have-understood-about-devops-as-an-engineer
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

What I Have Understood About DevOps

The role of DevOps is to identify such roadblocks in the software development lifecycle and try to overcome them by introducing some kind of automation.

Jul. 18, 22 · DevOps Zone · Presentation

When I first heard the term DevOps, What I understood from my peers is that,

“The process of deploying the application in any environment (dev/QA/prod) is called DevOps. It’s just another synonym for operations.”

As a novice programmer, I was like

“Okay, Cool! , It’s just another buzzword floating around in the IT industry.”

People who have some idea about DevOps know how wrong I am!

But after spending some time in the IT industry & seeing job recruitment posts with designations such as requirements of AI-Ops, ML-Ops, Data-Ops, Fin-Ops, and X-Ops engineers. I was like, wait a minute, DevOps has to be more than just deployment.

When I googled DevOps, Here are a few definitions I found on the internet

“DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity.”

“It is an intersection between development and operations.”

“You take a process that is being done manually and automate it.”

Here’s an interesting perspective of DevOps.

The term, in general is so loosely defined that it is difficult to understand, especially when you don’t have much historical context of software development that led to this revolution.

But these definitions made me think:

  • Aren’t we deploying applications for the last 20 years?
  • What really led to the need for automation in the first place?
  • What are the inherent problems that we are trying to solve with DevOps?
  • Which part of dev is not in DevOps, and which part of operations is not DevOps, Why was there a need between these?
  • Can’t we call it a day just by writing some CI/CD pipelines?
  • When can I say I have a successful DevOps practice at my organization?

Many more such questions came to my mind. So to understand DevOps, we need some historical context of how software delivery has always been carried out.

Understanding the Software Release Process and Its History

Following are the stages involved in a typical software development process.

Our software development process hasn’t changed much over the last 3 decades. Software teams are usually comprised of development teams (who write code) and operation teams (who deploy & maintain applications). Both these teams are responsible for software releases.

With the above team structure in mind and the way they operate, we can get some historical context.

During the old day, software releases used to be less frequent as the requirements hardly changed ever. Systems were not designed to change fast after deployment. They are intended to be there and be stable.

The only thing that had to be done post-application deployment is general maintenance. You know things like upgrading the OS and packages that the system requires.

Infrastructure was not as readily accessible as it is now. As a result of that, the operation team was responsible for static capacity planning, provisioning, and maintenance of the same. This made the development team and the operations team move at more or less the same rate.

But If you observe carefully, the way we used to do IT is very silo oriented, because you hired people who were specialists in distinct areas. There was not much coordination required between teams.

This approach worked great during that time as the frequency of deployment was low. It was rare to see more than one release per month.

Processes and practices were established, and teams adapted to this type of development approach.

But as time passed and requirements started to evolve rapidly. Problems started to appear in the software delivery process

Problems That Led to the DevOps Revolution

1) Changing Requirements

Suddenly there was a need to deploy frequently. The release cycles were reduced from months to weeks. But as the idea of changing requirements was not part of the calculus, trying to apply the legacy way of doing things to new changes didn’t always work out.

The operations team found it hard to deploy frequently while ensuring the stability of the system.

The process and practices started to fail, mainly because of the lack of coordination between the teams and tools that were being used (We will explore this in more detail later).

The operation team tried to adapt to the change by writing some scripts and changing processes to get some relief.

But as the software systems got more complex with the involvement of containerization, microservices, auto-scaling, and whatnot, it just got out of hand. A lot of roadblocks started showing up in the software delivery process.

2) Friction Between Teams

The real problem is with the people who are developing and maintaining the software.

Any organization's software team has a straightforward objective:

Deliver high-quality software faster.

And everyone in the team is working together to achieve that common objective. However, in practice, software teams don't operate as a unified entity since each team member has a different incentive to work that takes priority over the common objective.

Let’s take a look at incentives of individuals in a team

  • Development Team

    Incentive: Develop new features faster

  • QA Team

    Incentive: Ensure all test scenarios are covered (time-consuming activity)

  • Security Team

    Incentive: Ensure security best practices are adhered to (time-consuming activity)

  • Operations Team

    Incentive: Ensure stability of application running in production (time-consuming activity)

Because of these incentives

  • Development and operations have contradictory goals: This causes a great wall to form between them, introduces friction & slows down the entire release process.

  • Teams are working in silos, and communication is not happening properly, which leads to problems from both the ends

    • Developers
      • Deployment guide is not well documented
      • Doesn’t consider where the app is getting deployed
    • Operations
      • Don’t know how the app works
      • If something fails, need the help of a developer to figure it out
  • Priority is given to completing their incentive, and the rest is not their problem

  • This stretches the release period from days to weeks to months

As the team incentives become greater than the common objective, this results in deadlines, production failures, bad user experience, etc. All of this ultimately impacts the business.

So to remove the roadblocks,

DevOps Was Introduced as a Solution For

“Delivering high-quality software, by making the process fast & ensuring stability.”

DevOps

The role of the DevOps team here is to identify such roadblocks in the software development lifecycle and try to overcome them by introducing some kind of automation. This could be via. tools and scripts or processes and practices that will lead to an improved development and deployment experience.

So essentially, DevOps is trying to remove the roadblocks by introducing automation and streamlining the software delivery process. That is why we have CI and CD processes at the center of DevOps.

To conclude, I would like to quote the meaning of DevOps from @Patrick Dubois (the person who coined the term DevOps)

“Doing anything and everything to overcome the friction created by silos… All the rest is plain engineering.”


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK