...

/

Scale an Application Up

Scale an Application Up

Learn to increase the number of replicas.

We'll cover the following...

Increasing the replicas

In this lesson, we’ll edit the Deployment YAML file, increase the replica count to ten, and re-send the file to Kubernetes. This will kick off the reconciliation process and increase the number of replicas on our cluster to ten.

Before doing this, it’s important to know that the unit of scaling in Kubernetes is the Pod. This means Kubernetes adds Pods to scale up and deletes Pods to scale down.

Originally, we have the following status against our replicas.

Access this course and 1400+ top-rated courses and projects.