Synthetic counter RC for load testing
This commit is contained in:
27
test/scalability/counter/Makefile
Normal file
27
test/scalability/counter/Makefile
Normal 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
|
Reference in New Issue
Block a user