Kube-burner is a Kubernetes performance and scale test orchestration toolset. It provides multi-faceted functionality, the most important of which are summarized below.
- Create, delete and patch Kubernetes resources at scale.
- Prometheus metric collection and indexing.
- Measurements.
- Alerting.
Kube-burner is a binary application written in golang that makes extensive usage of the official k8s client library, client-go.
This project is for everyone. We ask that our users and contributors take a few minutes to review our Code of Conduct.
Documentation is available here
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.
- Example configuration files can be found at the examples directory.
Please read the Contributing section before contributing to this project. It provides information on how to contribute, guidelines for setting an environment a CI checks to be done before commiting code.
This project utilizes a Continuous Integration (CI) pipeline to ensure code quality and maintain project standards. The CI process automatically builds, tests, and verifies the project on each commit and pull request.