-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8040302
commit e951a2e
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
# Using kruize and iter8 on spring-petclinic benchmark | ||
|
||
petclinic-app.yaml yaml to deploy petclinic app with no requests/limits set. | ||
petclinic-app-resource-template.yaml template yaml to use with requests/limits set to use with kruize recommendations. | ||
petclinic-experiment-uniform.yaml yaml to create an iter8 experiment - which uses Uniform strategy and split the load by 50% from start of the experiment. | ||
petclinic-iter8.jmx jmx file to drive the load using jmeter. | ||
|
||
petclinic_iter8_kruize_run.sh Script to install and deploy minikube,istio,iter8,kruize and petclinic and run an experiment. | ||
|
||
This script by default uses: | ||
7 cpus ; 8500MB memory | ||
x86_64 architecture - required to install istio | ||
duration the jmeter load is run : 300 secs | ||
no.of users jmeter uses for load simulation : 500 | ||
|
||
* 7 cpus ; 8500MB memory | ||
|
||
* x86_64 architecture - required to install istio | ||
|
||
* duration the jmeter load is run : 300 secs | ||
|
||
* no.of users jmeter uses for load simulation : 500 | ||
|
||
You can edit the script to not to call any functionalities related to installing minikube,istio, iter8 as well. | ||
|
||
# Other configuration files used: | ||
|
||
petclinic-app.yaml : yaml to deploy petclinic app with no requests/limits set. | ||
|
||
petclinic-app-resource-template.yaml : template yaml to use with requests/limits set to use with kruize recommendations. | ||
|
||
petclinic-experiment-uniform.yaml yaml : to create an iter8 experiment - which uses Uniform strategy and split the load by 50% from start of the experiment. | ||
|
||
petclinic-iter8.jmx : jmx file to drive the load using jmeter. |