Book Image

The DevOps Career Handbook

By : John Knight, Nate Swenson
Book Image

The DevOps Career Handbook

By: John Knight, Nate Swenson

Overview of this book

DevOps is a set of practices that make up a culture, and practicing DevOps methods can make developers more productive and easier to work with. The DevOps Career Handbook is filled with hundreds of tips and tricks from experts regarding every step of the interview process, helping you save time and money by steering clear of avoidable mistakes. You’ll learn about the various career paths available in the field of DevOps, before acquiring the essential skills needed to begin working as a DevOps professional. If you are already a DevOps engineer, this book will help you to gain advanced skills to become a DevOps specialist. After getting to grips with the basics, you'll discover tips and tricks for preparing your resume and online profiles and find out how to build long-lasting relationships with the recruiters. Finally, you'll read through interviews which will give you an insight into a career in DevOps from the viewpoint of individuals at different career levels. By the end of this DevOps book, you’ll gain a solid understanding of what DevOps is, the various DevOps career paths, and how to prepare for your interview.
Table of Contents (17 chapters)
1
Section 1: A Career in DevOps
5
Section 2: The Application Process
10
Section 3: Interview Process
13
Section 4: Tips, Tricks, and Interviews

CI/CD pipeline DevOps engineer

A CI/CD pipeline DevOps engineer is responsible for the end-to-end automation of the developer's code through to production. The strategy developed by the CI/CD engineer is a central focus for a company's DevOps roadmap. Revisiting the infinite DevOps loop from the previous chapter, you are reminded that all stages of DevOps are included in the CI/CD cycle, as seen in the following diagram:

Figure 3.1 – Infinite DevOps cycle

One of the most in-demand skills for a CI/CD DevOps engineer is the ability to create, maintain, and promote the adoption of a shared pipeline library.

Maintaining a shared pipeline library

The CI/CD pipeline engineer will maintain the shared pipeline library and all the standards and practices that are associated with the CI tools for every stage of the DevOps life cycle.

CI Tool Management

Depending on the size of the company, responsibility for CI tool management may fall...