Reader small image

You're reading from  Embracing DevOps Release Management

Product typeBook
Published inApr 2024
PublisherPackt
ISBN-139781835461853
Edition1st Edition
Concepts
Right arrow
Author (1)
Joel Kruger
Joel Kruger
author image
Joel Kruger

Joel Kruger is a senior DevOps professional and solutions architect with over 10 years of experience building CI/CD pipeline infrastructure in commercial and federal sectors. He is also an expert in employing container orchestration systems for automating computer application deployments at scale. He is a proponent of building reusable CI/CD pipeline configurations as downloadable and self-serve software factories. Joel is a very hands-on and customer-service-oriented person who loves to solve a challenge. Technology excites him, from cloud computing to embedded Raspberry Pi projects. He loves being creative with tech and is not afraid to get some hot solder in his shoelaces. Joel owns and operates his own corporation, dynamicVSM, as a freelance DevOps consultant and has experience architecting solutions that scale, reduce waste, and increase visibility. He works together with clients to help manage their value streams better.
Read more about Joel Kruger

Right arrow

Preface

To streamline the complexity of building and maintaining modern applications, demand for the role of DevOps engineer has blossomed. This way of thinking focuses on shrinking the bottlenecks between IT operations and software development, having its origins in lean manufacturing concepts.

By embracing DevOps release management, software development teams benefit from incorporating quality checks and shifting left, by moving testing, automation, and QA procedures much earlier into the software development life cycle. However, release management still requires monitoring applications and infrastructure components, in addition to managing change orders and schedules.

In this book, you will learn a brief history of release management, what DevOps release management is, how it is unique, and basic strategies to implement it. You will be shown how CI/CD pipelines enforce good DevOps release management and learn techniques to optimize them. Lastly, you will learn how to create a culture of cross-functional product development that reduces waste and increases value to the customer. Because of its usefulness in removing silos that isolate team members, DevOps release management is emerging as the most popular strategy currently being adopted.

Who this book is for

This book is intended for DevOps engineers, software engineers, project managers, QA testers, and product managers who are responsible for the development, quality assurance, release, and deployment of software products. The book will also be useful for teachers, students, and researchers studying computer science or business management.

DevOps and release management share an affinity with regard to software development, project management, and IT operations. DevOps release management encompasses activities involved in overseeing the design, planning, scheduling, testing, and implementation of the software release and delivery cycle.

This book is a comprehensive introduction for those who are new to DevOps release management. You will learn key skills to shift left, building quality products in record time. You will gain the knowledge needed to start your own DevOps release management initiative and the confidence to transform your company.

What this book covers

Chapter 1, Understanding the Software Development Life Cycle, provides an overview of the Software Development Life Cycle (SDLC), the software industry’s procedure for creating new software. This technique ensures that software developers build high-quality, low-cost products in the shortest amount of time possible.

Chapter 2, A Brief Introduction to Release Management, defines what release management is, its cultural significance, and its technical perspective. We’ll also review a brief history of release management and understand how it has evolved over the years, including a review of the standard six phases of any release management model.

Chapter 3, What Are the Various SDLC Release Management Models?, covers release management models such as ITIL, Waterfall, iterative, V-shaped, spiral, big bang, Agile, and DevOps.

Chapter 4, What Problems Does DevOps Release Management Try to Solve?, makes the case for why the qualities of DevOps differentiate it as a superior release management methodology by incorporating automation, minimizing risk, streamlining releases, and measuring success by tracking metrics and analyzing key performance indicators.

Chapter 5, Understanding What Makes DevOps Release Management Unique, discusses how release management is a holistic practice, taking every component of a value stream into account. DevOps integrates CI, CD, QA, security, and feedback, through the use of well-crafted, automated pipelines and a carefully selected patchwork of testing and approval processes.

Chapter 6, Understanding the Basics of CI/CD, explores CI/CD, a key strategy of DevOps release management. It automates the majority of manual human intervention that would traditionally be needed in order to produce a new software release or get new code into production.

Chapter 7, A Practical Pipeline for Technical Release Managers, will be a little different from the rest of this book. You will be shown how to build a Docker image containing a simple web application that deploys to AWS ECS, using GitHub Actions.

Chapter 8, How CI/CD Pipelines Enforce Good DevOps Release Management, covers topics including managing speed-to-market and CI/CD governance, developing your team’s branching strategy, constructing release pipelines, and implementing a change approval process that is appropriate for DevOps release management!

Chapter 9, Embracing DevOps Culture in Your Release Management Strategy, discusses developing a DevOps culture, with thorough planning and a unified approach. You’ll be shown how to get buy-in from executive leadership, form a DevOps team from the ground up, and gradually define processes that foster a culture of collaboration and continuous improvement.

Chapter 10, What Does Receiving Support from Leadership and Stakeholders Look Like, discusses how DevOps culture necessitates the unwavering backing and active involvement of the leadership within the organization. If these individuals do not wholeheartedly support and commit to the DevOps initiative, there is a significant likelihood of its failure.

Chapter 11, Overcoming Common Pitfalls in DevOps Release Management, looks at aspects such as aligning with an organization’s unique culture, working style, and software release objectives to avoid common pitfalls in DevOps release management. If you look at enough DevOps-centric establishments, you’ll notice that they encounter several common pitfalls over the course of their operations.

Appendix, contains a glossary of terms, answers to chapter questions, additional content, and templates of common documents that release managers use in their daily activities.

To get the most out of this book

Basic knowledge of software development and product development is required to work with the content of the book. However, having a basic knowledge of DevOps practices will help the reader follow the exercises in the book. References will be provided for those new to these strategies. By having previous experience working in an Agile or DevOps environment, you will be in a good position to understand the concepts covered herein.

If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Download the example code files

You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Embracing-DevOps-Release-Management. If there’s an update to the code, it will be updated in the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “From GitHub, click on the task-definition.json file, within this repository.”

A block of code is set as follows:

...    - name: Build, tag, and push image to Amazon ECR
      id: build-image
      env:
        ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: “Expand Monitoring, and then toggle Use Container Insights on to enable Container Insights.”

Tips or important notes

Appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, email us at customercare@packtpub.com and mention the book title in the subject of your message.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata and fill in the form.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Share Your Thoughts

Once you’ve read Embracing DevOps Release Management, we’d love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.

Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.

Download a free PDF copy of this book

Thanks for purchasing this book!

Do you like to read on the go but are unable to carry your print books everywhere?

Is your eBook purchase not compatible with the device of your choice?

Don’t worry, now with every Packt book you get a DRM-free PDF version of that book at no cost.

Read anywhere, any place, on any device. Search, copy, and paste code from your favorite technical books directly into your application. 

The perks don’t stop there, you can get exclusive access to discounts, newsletters, and great free content in your inbox daily

Follow these simple steps to get the benefits:

  1. Scan the QR code or visit the link below

https://packt.link/free-ebook/978-1-83546-185-3

  1. Submit your proof of purchase
  2. That’s it! We’ll send your free PDF and other benefits to your email directly
lock icon
The rest of the chapter is locked
You have been reading a chapter from
Embracing DevOps Release Management
Published in: Apr 2024Publisher: PacktISBN-13: 9781835461853
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Author (1)

author image
Joel Kruger

Joel Kruger is a senior DevOps professional and solutions architect with over 10 years of experience building CI/CD pipeline infrastructure in commercial and federal sectors. He is also an expert in employing container orchestration systems for automating computer application deployments at scale. He is a proponent of building reusable CI/CD pipeline configurations as downloadable and self-serve software factories. Joel is a very hands-on and customer-service-oriented person who loves to solve a challenge. Technology excites him, from cloud computing to embedded Raspberry Pi projects. He loves being creative with tech and is not afraid to get some hot solder in his shoelaces. Joel owns and operates his own corporation, dynamicVSM, as a freelance DevOps consultant and has experience architecting solutions that scale, reduce waste, and increase visibility. He works together with clients to help manage their value streams better.
Read more about Joel Kruger