Summary: Scale the Application

Get an overview of the concepts covered in this chapter.

We'll cover the following

Recap

In this chapter, we learned how to scale a Deployment.

If we manually scale a Deployment by editing its YAML file and re-sending it to Kubernetes. This is called the declarative method.

We also saw that it’s possible to perform scaling operations using the kubectl scale command. This is the imperative method, and it is not recommended.

Get hands-on with 1400+ tech skills courses.