Schedulers, Workloads, and Scaling
In this part, you’ll learn how the scheduler makes placement decisions, the differences between key workload types such as Deployments, StatefulSets, and Jobs, and how to choose the right one for the task at hand. It also covers smart scaling strategies—both manual and automatic—to help you make the most of your resources and ensure your applications stay responsive as demand grows.
This part of the book includes the following chapters:
- Chapter 3, Exploring Kubernetes Basics
- Chapter 4, Principles of Scaling: Horizontal vs. Vertical
- Chapter 5, Autoscaling in Action