Skip to content

Commit 33c3743

Browse files
committed
Add example output for monitoring deployment replicas during load testing
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent 4bd0258 commit 33c3743

File tree

1 file changed

+9
-0
lines changed
  • content/learning-paths/servers-and-cloud-computing/kedify-http-autoscaling

1 file changed

+9
-0
lines changed

content/learning-paths/servers-and-cloud-computing/kedify-http-autoscaling/http-scaling.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,15 @@ While the load runs, watch replicas change:
246246
watch kubectl get deployment application -n default
247247
```
248248

249+
For example something like this:
250+
251+
```
252+
Every 2,0s: kubectl get deployment application -n default
253+
254+
NAME READY UP-TO-DATE AVAILABLE AGE
255+
application 5/5 5 5 23m
256+
```
257+
249258
Expected behavior:
250259
- On bursty load, Kedify scales the Deployment up toward `maxReplicaCount`.
251260
- When traffic subsides, replicas scale down. After the cooldown, they can return to zero.

0 commit comments

Comments
 (0)