Skip to content

zesty-co/stress-server-example-workload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stress-server-example-workload

Example workload to test rightsizing solution using Locust stress test

Prerequisites

Preparation

  • Make sure that you are connected to the correct Kubernetes cluster:
kubectl config current-context

You should see the name of the cluster you want to install the workload on.

Installation

  1. Clone the repository
git clone git@github.com:zesty-co/stress-server-example-workload.git

OR

git clone https://github.com/zesty-co/stress-server-example-workload.git
  1. Navigate to the directory
cd stress-server-example-workload
  1. Install the helm chart
helm upgrade -i kompass-tests-locust-demo  --namespace zesty-examples --create-namespace  -f values.yaml .

Uninstalling

  • To remove the example workload, run the following command:
helm uninstall kompass-tests-locust-demo -n zesty-examples

About

Example workload to test rightsizing solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages