Skip to content

Commit

Permalink
Merge pull request kubernetes#146 from wojtek-t/monitoring_feedback_loop
Browse files Browse the repository at this point in the history
Mention feedback loop as future enhancement of Cluster Loader
  • Loading branch information
k8s-ci-robot authored Jul 3, 2018
2 parents 2a44f63 + 82ec150 commit 491024d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clusterloader/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,13 @@ necessary at the early begining.
- `+` operation will be supported
- though, only simple expressions (like {{ N+i%5 }} or {{ RAND%3+5 }} will
be supported (at least initially).

2. Feedback loop from monitoring.
Assume that we defined some SLO (that Cluster Loader is able to measure) and
now we want to understand what conditions need to be satisfied to meet this
SLO (e.g. what throughput we can support to meet the latency SLO).
Providing a feedback loop from measurements to load generation tuning can
solve that problem automatically for us.
There are a number of details that needs to be figured out to do that, that's
not needed for the initial version (or for migration existing scalability
tests), but that should also happen once the framework is already usable.

0 comments on commit 491024d

Please sign in to comment.