Skip to Content
Fundamentals of DevOps and Software Delivery
book

Fundamentals of DevOps and Software Delivery

by Yevgeniy Brikman
May 2025
Intermediate to advanced
552 pages
14h 57m
English
O'Reilly Media, Inc.
Book available
Content preview from Fundamentals of DevOps and Software Delivery

Chapter 3. How to Manage Your Apps by Using Orchestration Tools

In Chapter 2, you learned how to manage your infrastructure as code. In this chapter, you’re going to shift your focus from managing infrastructure to managing apps. This brings us to the domain of orchestration tools, which are tools designed to handle the many requirements that are unique to running apps.

For example, one requirement is figuring out how many copies of your app to run. Running a single copy of your app, as you did in the previous chapter, is fine for learning, and for some use cases, a single copy may be all you ever need. But if your business depends on that app, having just a single copy may cause problems, such as outages due to hardware issues (e.g., the server dies), outages due to software issues (e.g., a bug that causes your app to crash), and outages due to load (e.g., your app becomes so popular, it exceeds the capacity of a single server). In short, a single copy of your app is a single point of failure. To run applications in production, you typically need multiple copies, called replicas, of your app.

Some of the other requirements of running an app include automatically restarting it if it crashes, deploying more replicas when there is heavy load, balancing load across multiple replicas, communicating with other apps, and so on. If you search around, you’ll quickly find many orchestration tools that can handle these requirements for you, such as Kubernetes, OpenShift, EC2, Amazon Elastic ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Kubernetes: Up and Running, 3rd Edition

Kubernetes: Up and Running, 3rd Edition

Brendan Burns, Joe Beda, Kelsey Hightower, Lachlan Evenson
Engineering AI Systems: Architecture and DevOps Essentials

Engineering AI Systems: Architecture and DevOps Essentials

Len Bass, Qinghua Lu, Ingo Weber, Liming Zhu
The DevOps Handbook

The DevOps Handbook

Gene Kim, Jez Humble, Patrick Debois, John Willis

Publisher Resources

ISBN: 9781098174583Errata PageSupplemental Content