Example workload to test rightsizing solution using Locust stress test
- Make sure that you are connected to the correct Kubernetes cluster:
kubectl config current-contextYou should see the name of the cluster you want to install the workload on.
- Clone the repository
git clone git@github.com:zesty-co/stress-server-example-workload.gitOR
git clone https://github.com/zesty-co/stress-server-example-workload.git- Navigate to the directory
cd stress-server-example-workload- Install the helm chart
helm upgrade -i kompass-tests-locust-demo --namespace zesty-examples --create-namespace -f values.yaml .- To remove the example workload, run the following command:
helm uninstall kompass-tests-locust-demo -n zesty-examples