Simulating loads using kubectl
You can try the following command to create some load stress for your nodes
kubectl run progrium4 --image=progrium/stress -- --cpu 80 --io 10 --vm 2 --vm-bytes 928M
You can try the following command to create some load stress for your nodes
kubectl run progrium4 --image=progrium/stress -- --cpu 80 --io 10 --vm 2 --vm-bytes 928M
Comments