You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The next goal is to "break" the cluster. By gradually increasing the number of replicas of the deployment that sends requests to the php-apache application, one finds the breaking point, which obviously grows as the flavor of the VMs grows.

StressTest (xLarge)
$ kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=200
$ kubectl scale deploy infinite-calls --replicas=50
$ kubectl get hpa --watch
  • No labels