Adopt a DevOps Culture Before Looking for DevOps Engineers

Written by alediaferia | Published 2020/08/20
Tech Story Tags: devops | culture | jobs | career | startup | software-development | business-operations | engineering

TLDR Job specs for DevOps engineer jobs often mention a vast variety of duties and responsibilities. But I don't think DevOps means replacing a multitude of specialization with a single role. Successful DevOps organizations enable effective collaboration to deliver value to the end user. Companies willing to attract the best talent with the most current skills may end up advertising for roles that are counterproductive in the context of DevOps principles. The Flexible Problem Solver is IT professionals who collaborate with software developers, system operators and other IT staff members to manage code releases.via the TL;DR App

Job specs for DevOps engineer jobs often mention a vast variety of duties and responsibilities. Are they hiring for a single role or a whole team?
Roles having DevOps in their title hardly share the same meaning. They often have something in common, though. They try to cover for what traditionally would have been the specialization of different professionals.
Don't get me wrong: cross-functional expertise is definitely important. But I don't think DevOps means replacing a multitude of specialization with a single role. Different specializations like operations, security, testing, development, product Management, and so on, are vast and require specific knowledge.
This is why I think the key differentiator of successful DevOps organizations is that they enable effective collaboration. They have as their clear North Star the goal of delivering value to the end user.
Overall, I don't think we should be talking about a DevOps engineer, but rather about DevOps culture in organizations.
But let's take a step back first.

What does DevOps mean, really?

I tweeted my own definition of DevOps some time ago.
“DevOps is a highly condensed way of referring to the combination of practices that aim at shortening the software development life-cycle, increase the feedback opportunities and facilitate continuous improvement and experimentation.”
— Alessandro Diaferia (@alediaferia) July 4, 2020
DevOps organizations incentivize different specialties to collaborate.
The intrinsic existing tension between Dev, making changes to the
system, and Ops, wanting to keep the system stable, dissolves. The
greater good is now the value stream.
A stable system that delivers nothing is as useless as an unstable system that keeps offering new functionality.
Dev and Ops understand the importance of working together to maximize
this flow, to figure out which bets worked out and which ones didn’t.
Organizations that embrace the DevOps mindset can be more effective than the competition at experimenting with new functionality. They quickly
validate their assumptions, activating and deactivating functionality by flipping a switch on a dashboard.
Incidents become an opportunity for learning rather than a chance for blaming someone.
In general, DevOps organizations learn to adapt and evolve to any situation.
Overall, I think there shouldn’t be a single DevOps role, but rather a set of specific specialties collaborating effectively.
This ideal view of the terminology might sometimes clash with the reality of the job market. Companies willing to attract the best talent with the most current skills may end up advertising for roles that are counterproductive in the context of DevOps principles.
But let's have a look at a few interesting job specs.

What are Companies Looking For?

Let's read through a few excerpts from job specs I found out there in the wild.

The Flexible Problem Solver

DevOps Engineers are IT professionals who collaborate with software developers, system operators and other IT staff members to manage code releases. They cross and merge the barriers that exist between software development, testing and operations teams and keep existing networks in mind as they design, plan and test. Responsible for multi-tasking and dealing with multiple urgent situations at a time, DevOps Engineers must be extremely flexible.

- A job spec on the internet
This is one of those classic examples where the organization believes that the DevOps principles should be delegated to a single team.
The spec mentions the myriad of duties that are the responsibility of
the DevOps engineers in the company. A DevOps engineer is expected to be responsible for “multi-tasking and dealing with multiple urgent
situations at a time.” Therefore, they must be “extremely flexible.”
Multitasking and dealing with multiple urgent situations at a time is,
for sure, likely to happen anywhere; I don’t think this should be a
peculiarity of a role in an organization. On the contrary, a healthy
environment empowers every engineer to handle urgent situations and learn from them.
Coming across this role, I’d think that the organization is not really
trying to adopt DevOps practices. Instead of encouraging people to
collaborate and improve, they’re building a dedicated team to throw
issues and urgent situations at.
This job spec would be a big red flag for me.

The Productivity Booster

“A DevOps engineer combines an understanding of both engineering and coding. A DevOps engineer works with various departments to create and develop systems within a company. From creating and implementing software systems to analysing data to improve existing ones, a DevOps engineer increases productivity in the workplace.”

— Another job spec on the internet
In a DevOps organization, engineers do work with various departments.
But what’s the point, then, of having a dedicated DevOps engineer role?
Do the other type of engineers not work with the various departments of
the organization? Do non-DevOps engineers not analyze data and improve
existing systems? Additionally, the job spec claims that a DevOps
engineer increases productivity in the workplace. How? Do they radiate
productivity?

The Release Manager... but DevOps

“A DevOps engineer works with developers and the IT staff to oversee the code releases. […] Ultimately, you will execute and automate operational processes fast, accurately and securely.”
My favorite so far, this is quite a condensed one, but the release
aspect mentioned in it strikes me as particularly interesting.
I tend to separate the concept of deployment from the one of release.
Users experience product updates governed by a release policy that may
or may not be the same as the deployment policy. This really depends on
the strategy of the organization.
Regardless of this distinction, though, I believe that constraining the
capability of delivering value to the end user to a specific role
undermines the agility of an organization.
The teams should be able to continuously release code into production. Mechanisms such as feature flags should control the release of functionality. This means that the code in production doesn’t necessarily activate upon deploying it, making it possible for the organization to control when the functionality actually reaches the user.
In general, a deployment should be a non-event: nothing special, just
another merge into the main branch that causes code to end up in
production.
In a fast-paced world like the one we live in, an organization shouldn’t constrain itself by requiring dedicated engineers to release new functionality. Modern environments require companies to always be experimenting. Organizations should empower non-technical teams to run
experiments, analyze data, and autonomously decide when to release new
functionality. All of this, ideally, shouldn’t require ad hoc intervention from a specific engineer.
Job specs like this one feel like they’re trying to repurpose the role
of the release manager to keep up with the latest trends, by just
changing a few words.
I don’t think release management goes away in a DevOps organization.
Rather, release management becomes ensuring that the rest of the
organization can be autonomous at releasing. Achieving this means
investing in automation and internal tools for the whole company

A Platform Engineer, But Cooler!

The DevOps Engineer will be a key leader in shaping processes and tools that enable cross-functional collaboration and drive CI/CD transformation. The DevOps Engineer will work closely with product owners, developers, and external development teams to build and configure a high performing, scalable, cloud-based platform that can be leveraged by other product teams.
This is the least bad of the job specs I’ve encountered. It describes a
set of responsibilities that usually pertain to a platform or
infrastructure team. Most of these teams often get renamed to DevOps
Team, and their members become DevOps engineers for fashion reasons.
The platform engineering team is the key enabler for organizations that
want to embrace DevOps principles. But thinking that they only pertain
to a specific team will hardly result in a successful journey.
This team will surely be responsible to build the relevant
infrastructure that enables the other teams to build on top, but they
can’t be left alone in the understanding and application of those
principles.
Developer teams will need to become autonomous at adopting and making changes to those systems. They will need to understand the implications of their code running in production. They must understand how to recognize if the system is not behaving as expected and be able to act to restore it.
Equally, the product team should spend time understanding what new
important capabilities derive from adopting DevOps practices. Code
continuously flowing into production behind feature flags,
containerization technologies, improved monitoring and alerting, et
cetera, open endless opportunities.
Improved user experience and experimentation opportunities, for example, are an important asset to leverage to remain competitive.

What should companies be looking for?

We’ve just gone through a few job specs that look for variations of a
DevOps engineer role, and I’ve outlined what aspects I think are flawed
in those roles. But what should companies look for, then?
Before blindly starting to hire for roles driven by industry fashion trends, organizations should rather invest in understanding what’s holding them back from being DevOps.
In the Unicorn Project, Gene Kim mentions the Five Ideals of successful DevOps organizations. I think they're an effective set of principles to take the temperature of your organization in terms of DevOps practices. Those ideals are as follows:
  1. Locality and Simplicity
  2. Focus, Flow and Joy
  3. Improvement of Daily Work
  4. Psychological Safety
  5. Customer Focus

Locality and simplicity

Making changes to the system, in order to deliver greater value to the end user, should be easy — easy in terms of team's autonomy to make changes to an area of the product as well as being easy in terms of friction that the technology in use imposes on the changes.

Focus, flow and joy

Developers should be able to focus on their work and be able to make software with minimum impediments. This is facilitated by making sure that the software development life cycle infrastructure is working for the benefit of the engineering organization.

Improvement of daily work

Continuously learning and improving the conditions in which the work gets done is the key to maximize the flow of value and the happiness of the people doing the work. Successful organizations facilitate a continuously improving environment by enabling engineers to build tools and practices that improve their daily operations.

Psychological safety

An organization will hardly be able to improve if the people that are part of it are not incentivized to raise issues and discuss them. This is not something you solve for by hiring a specific role. It the organization's responsibility to facilitate an environment where constructive feedback is the norm.

Customer focus

Last but not least, the engineering organization, just like any other department in the company, should be sharply focused on the customer. All the efforts should be balanced against what's best for the customer and, ultimately, for the company.
What should companies be looking for then? I think the priority should
be on understanding what’s blocking them from fully embracing a DevOps
mindset across all departments. Most of the time, you’ll realize that
the set of skills you need is already there around you. What’s holding
you back is probably the current set of processes through which work
gets done at your company.

A Mythical Role

It feels like the DevOps Engineer is a mythical figure that certain organizations pursue in the hope of finding the holy grail of a Software Engineer capable of doing anything.
This, of course, will hardly be the case. Recognizing the importance of the single specializations is what makes organization successful and capable of maximizing the expertise of the people that they are made of.
What happens in a DevOps organization is that responsibilities are redistributed: developers are empowered to make changes to production environments because organizations recognize the importance of moving fast. This means opportunities for success increase together with the opportunities of failure.
Eliminating barriers and creating a safe space for collaboration helps Devs and Ops work together to resolve issues when they occur. This is what ultimately leads to high performing teams that are incentivized to follow the North Star of the continuous value stream to the end user.
Specific DevOps knowledge in terms of technology, tools, and best
practices will be required, for sure, but it won’t be something a single role should be responsible for.
Instead of pursuing a mythical role then, let's go after the much more plausible alternative of creating a well-oiled machine where all the people are incentivized to work together in harmony with the clear goal of maximizing the value to the end user.
Thanks for getting to the end of this article. I sincerely hope you've enjoyed it. Follow me on Twitter if you want to stay up-to-date with all my articles and the software I work on.

Written by alediaferia | Software engineering Manager @ Utmost | DevOps advocate | Passionate about startups and continuous improvement pursuer
Published by HackerNoon on 2020/08/20