...

/

Scale an Application Down

Scale an Application Down

Learn how to decrease the number of replicas and how Deployments use labels to manage Pods.

We'll cover the following...

In this section, we’ll use the kubectl scale command to scale the number of Pods back down to five. This is called the imperative method and is not as recommended as the declarative method.

Click the “Run” button to create a ...