Command Palette

Search for a command to run...

Hectal
Phase 4Intermediate5 of 10 in Kubernetes

Scheduling & Scaling

Tell the scheduler what a pod actually needs, control where it's allowed to run, and let the cluster grow and shrink itself automatically under real load.

Every pod so far has been scheduled with zero guidance about what resources it actually needs, or which nodes it should (or shouldn't) run on. This phase fixes that, then builds up to genuinely automatic scaling — both of your application's own pod count, and of the cluster's own worker nodes.

0/4 · 0%
4 topics ~58 min 11 code blocks & diagrams
Start with the first topic