Search⌘ K
AI Features

Scale an Application Down

Explore how to scale a Kubernetes application down using the kubectl scale command, manage Pods through labels, and understand how deployments maintain control over their Pods during scaling.

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 ...