Synthetic counter RC for load testing

This commit is contained in:
Satnam Singh
2015-06-17 13:07:46 -07:00
parent 43889c612c
commit 8f540e739c
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
counter:
kubectl create --validate -f counter-rc.yaml
counter1:
kubectl scale rc counter --replicas=1
counter10:
kubectl scale rc counter --replicas=10
counter50:
kubectl scale rc counter --replicas=50
counter100:
kubectl scale rc counter --replicas=100
counter200:
kubectl scale rc counter --replicas=200
counter500:
kubectl scale rc counter --replicas=500
counter5000:
kubectl scale rc counter --replicas=5000
stop:
kubectl stop rc counter