diff --git a/docs/creating-a-benchmark-old.md b/docs/creating-a-benchmark-old.md new file mode 100644 index 0000000000000000000000000000000000000000..3664bebf8a2258a7ed33aab249716cd7135ecd35 --- /dev/null +++ b/docs/creating-a-benchmark-old.md @@ -0,0 +1,36 @@ +* Create a benchmark for operator mode +* Create a benchmark for standalone mode +* Deploy a benchmark + +## Creating a benchmark for operator mode + +### App and Workload Generator Resources + +### Load and Resource Types + +### Kafka Configuration + + +### Make benchmark Kubernetes resources accessible + +* A benchmark is defined by a set of Kubernetes resources, which are automatically deployed and scaled by Theodolite. +* To make these resources accessible by the Theodolite operator, we need to add them to a volume, already mounted by Theodolite. The easiest way to do this is by adding the resources to the ConfigMap `benchmark-resources-custom`, which is mounted by Theodolite with its default installation. + + + + + +## Creating a benchmark for standalone mode + +Creating a benchmark in standalone mode is similar to operator mode. However, +instead of defining a benchmark as `Benchmark` resource, it is defined as a +benchmark YAML file. Such a file deviates in the following points from a +`Benchmark` resource: + +* The fields `apiVersion`, `kind` and `metadata` should be removed. +* The benchmark's name (`metadata.name` in `Benchmark` resources) must be defined by the top-level field `name`. +* Everything that is defined in `spec` has to be moved to the top-level. + +**TODO: example** + +**TODO: Create a ConfigMap containing the benchmark YAML files as well as all Kubernetes resources for that benchmark + deploy** \ No newline at end of file diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index 5887d48548c4faef585ab8ba364d4261f40debbf..242ac71bd129ef4fb76606a914b91c94df011cca 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -76,42 +76,3 @@ For those topics, also wildcards are allowed in the topic name. <!-- Further information: API Reference --> <!-- Further information: How to deploy --> - ------ - -* Create a benchmark for operator mode -* Create a benchmark for standalone mode -* Deploy a benchmark - -## Creating a benchmark for operator mode - -### App and Workload Generator Resources - -### Load and Resource Types - -### Kafka Configuration - - -### Make benchmark Kubernetes resources accessible - -* A benchmark is defined by a set of Kubernetes resources, which are automatically deployed and scaled by Theodolite. -* To make these resources accessible by the Theodolite operator, we need to add them to a volume, already mounted by Theodolite. The easiest way to do this is by adding the resources to the ConfigMap `benchmark-resources-custom`, which is mounted by Theodolite with its default installation. - - - - - -## Creating a benchmark for standalone mode - -Creating a benchmark in standalone mode is similar to operator mode. However, -instead of defining a benchmark as `Benchmark` resource, it is defined as a -benchmark YAML file. Such a file deviates in the following points from a -`Benchmark` resource: - -* The fields `apiVersion`, `kind` and `metadata` should be removed. -* The benchmark's name (`metadata.name` in `Benchmark` resources) must be defined by the top-level field `name`. -* Everything that is defined in `spec` has to be moved to the top-level. - -**TODO: example** - -**TODO: Create a ConfigMap containing the benchmark YAML files as well as all Kubernetes resources for that benchmark + deploy** \ No newline at end of file diff --git a/docs/running-benchmarks-old.md b/docs/running-benchmarks-old.md index db9e30b34bca29c7e464fa741c65f6b6b6298589..7c27860d1a72c0a04b3a43ef52549a0b749a4e44 100644 --- a/docs/running-benchmarks-old.md +++ b/docs/running-benchmarks-old.md @@ -1,3 +1,5 @@ +old + # Running Scalability Benchmarks There are two options to run scalability benchmarks with Theodolite: