Introduction: Scale the Application
Learn about the tools for scaling the application.
In this chapter, we’ll scale the app up and down. The methods we’ll learn are manual and require a human to implement them. In the real world, we’ll use a Horizontal Pod Autoscaler (HPA) to make scaling automatic. These are beyond the scope of this course, but the ...