© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. SubramanianDeploy Container Applications Using Kuberneteshttps://doi.org/10.1007/978-1-4842-9277-8_9

9. Scaling the Deployment

Shiva Subramanian1  
(1)
Georgia, GA, USA
 

In this chapter, we will look at the various ways we can scale the deployment. After all, one of the primary benefits of kubernetes is its ability to dynamically scale pods based on the demands of the application’s usage; thus, it is an important concept to be learned.

ReplicaSets

One way to scale up pods is the use of the ReplicaSet concept of Kubernetes. As per the Kubernetes documentation,1 “ReplicaSet’s purpose is to maintain a stable set of replica Pods running at any given time.” ...

Get Deploy Container Applications Using Kubernetes: Implementations with microk8s and AWS EKS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.