gardener / test-infra

Test machinery for orchestration of integration/e2e/smoke style tests
Apache License 2.0
11 stars 28 forks source link

Automation of Synthetic Load Tests #451

Open vlerenc opened 1 year ago

vlerenc commented 1 year ago

What would you like to be added: Measure CPU and memory footprint, measure disk and network throughput and latency, measure API server and ETCD throughput and latency of our shoot clusters automatically, so that we do not miss regressions.

Why is this needed: We sometimes miss regressions that the current tests do not catch.

:warning: Note: Avoid duplicating the Kubernetes performance tests: https://github.com/kubernetes/perf-tests

KesavanKing commented 10 months ago

@vlerenc we are using the community framework for perf-tests and kubetest to execute performance tests and coming up with similar perf-dashboard

Contribution for Gardener Provider can be found in this fork.