Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.53 KB

index.md

File metadata and controls

25 lines (15 loc) · 1.53 KB

Build Status Go Report Card License

What's this?

Kube-burner is a tool aimed at stressing kubernetes clusters. The main functionallity it provides can be summarized in these three steps:

  • Create/delete the objects declared in the jobs.
  • Collect desired on-cluster prometheus metrics.
  • Write and/or index them to the configured TSDB.

asciicast

Downloading Kube-burner

In case you want to start tinkering with Kube-burner now:

  • You can find the binaries in the releases section of the repository.
  • There's also a container image available at quay.
  • Some valid examples of configuration files can be found in examples examples folder of the repository and in a personal repository which holds several useful workloads.