Declare the destination; let the orchestrator drive.
In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like kubectl get pods, kubectl delete pod promptd-7d4b-x2k9 and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.
Builds on: Containers & Images.
kubectl get deployment promptd — The declaration itself: 3 replicas, please.kubectl scale deployment promptd --replicas=5 — Change the goal, not the machines.kubectl get nodes — The fleet the scheduler places pods onto.kubectl describe pod promptd-7d4b-f8tq | tail -4 — Events: the reconciliation loop's diary.