How to Hire a DevOps Team

Jun 8, 2019 by Armory

Assembling a DevOps teams is theoretically simple and practically hard. Hiring a DevOps team requires bringing together a group of people with complementary and somewhat overlapping skillsets who will be able to handle the entire application lifecycle internally—from development to deployment to operations.

Most DevOps teams should have between four and eight people—one popular yardstick is that the team should be small enough that two pizzas are enough for dinner. The key, though, is that every member of the DevOps team should be an expert in at least one area but still have basic knowledge of at least a couple other aspects of the application lifecycle.

Areas of Expertise

Sure, DevOps is, at its core, development and operations brought together. But it’s slightly over-simplistic to say you just need a developer with operations experience and a system admin with development experience. Here are some of the things a DevOps team is going to need to handle:

The idea behind DevOps is to create teams that are self-sufficient and can handle everything, from procuring cloud resources to setting up the right storage system to handling advanced deployment strategies, without having to work with another team.

Building the Team

Now that we’ve talked about some of the skillsets you need on a DevOps teams, how do you find these people? Here are a couple things to keep in mind.

Perfection is elusive. In an ideal world, you will hire a group of rockstar DevOps engineers who have all spent years in each role and are experts at both development and technology operations. For most companies, this is not the reality. No individual engineer needs to have every single skillset or to be an expert in everything. Instead, look for engineers who have some deep knowledge and relevant experience as well as a willingness to learn more to fill in the gaps.

Recruit internally. Unless you’re building an IT department from scratch, you have some engineers with deep product and company knowledge. They might not already be the ideal DevOps engineer, but it will be easier to bring them up to speed on database management, for example, than it will be to explain your company’s mission and unique selling point to a new hire. Recruiting internally and filling in knowledge gaps is usually faster and more cost-effective than hiring off-the-shelf DevOps experts.

Don’t neglect the team aspect. Successful DevOps teams need to have some very hard skills, but ‘soft’ skills are just as important. The point of a DevOps team is for everyone to work together, after all. Rockstar DevOps engineers with impeccable credentials who don’t communicate well or who have a negative attitude about collaboration don’t belong on a DevOps team.

Building a DevOps team requires finding people with complementary skillsets who are willing to learn new skills and new tools, and to work together collaboratively. When you’re building a team, it’s important to think about what is easily learnable (how to use a particular automation tool, for example), what is more difficult to learn (a new programming language) and what is perhaps not learnable at all (the ability to collaborate with a team).

Share this post:

Recently Published Posts

How to Become a Site Reliability Engineer (SRE)

Jun 6, 2023

A site reliability engineer (SRE) bridges the gap between IT operations and software development. They understand coding and the overall task of keeping the system operating.  The SRE role originated to give software developers input into how teams deploy and maintain software and to improve it to increase reliability and performance. Before SREs, the software […]

Read more

Continuous Deployment KPIs

May 31, 2023

Key SDLC Performance Metrics for Engineering Leaders Engineering leaders must have an effective system in place to measure their team’s performance and ensure that they are meeting their goals. One way to do this is by monitoring Continuous Deployment Key Performance Indicators (KPIs).  CD and Automated Tests If you’re not aware, Continuous Deployment, or CD, […]

Read more

What Are the Pros and Cons of Rolling Deployments?

May 26, 2023

Rolling deployments use a software release strategy that delivers new versions of an application in phases to minimize downtime. Anyone who has lived through a failed update knows how painful it can be. If a comprehensive update fails, there are hours of downtime while it is rolled back. Even if the deployment happens after hours, […]

Read more