Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DevOps Unleashed with Git and GitHub

You're reading from   DevOps Unleashed with Git and GitHub Automate, collaborate, and innovate to enhance your DevOps workflow and development experience

Arrow left icon
Product type Paperback
Published in Apr 2024
Publisher Packt
ISBN-13 9781835463710
Length 284 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Yuki Hattori Yuki Hattori
Author Profile Icon Yuki Hattori
Yuki Hattori
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Part 1: Foundations of Git, GitHub, and DevOps
2. Chapter 1: DevOps and Developer Experience – Entering the World of Modern Development FREE CHAPTER 3. Chapter 2: Getting Started with Git 4. Chapter 3: Advanced Git Usage for Team Collaboration 5. Part 2: GitHub Excellence and CI/CD Fundamentals
6. Chapter 4: Elevating Team Collaboration with GitHub 7. Chapter 5: Driving CI/CD with GitHub 8. Part 3: Beyond DevOps
9. Chapter 6: Enriching DevOps Implementation 10. Chapter 7: Accelerate Productivity with AI 11. Chapter 8: Reflection and Conclusion 12. Index 13. Other Books You May Enjoy

Feature release strategies

So far, we have focused on releasing the infrastructure and the service as a whole, but now, we will focus on releasing the features within the service. For feature releases, we introduce a release style called the feature flag and release train.

Feature flag

Feature flag deployment is a technique used in software development and delivery that involves toggling on or off certain features of an application without deploying new code. This method allows for more granular control over feature release, testing, and rollback, enabling a more dynamic and flexible approach to software management.

The main drawback of using feature flags for anything is that feature flags can easily become a technical liability. Unused feature flags can clutter up the code base. Feature flags enable features for specific users or groups, as shown in the following diagram:

Figure 5.12 – Feature flag

Figure 5.12 – Feature flag

Dark launches are typically released...

lock icon The rest of the chapter is locked
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.
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 $19.99/month. Cancel anytime