OKK is a testing framework designed to verify the correctness in key-value storage and index engine systems.
Before you begin, ensure you have the following installed:
- Kubernetes Cluster (or Kind)
- Helm
Follow these steps to add the Helm repository and install a release.
- Add the Helm repository:
helm repo add okk https://oxia-db.github.io/okk/
helm repo update
- Install the charts
helm install okk-stack okk/okk-stack --namespace okk-system --create-namespace
- Run
TestCaseby examples
We provide some commonly used test cases you can apply directly from example dir.
You can customize your deployment by using the --set flag or by providing a custom values.yaml file.
To see all available configuration options, refer to the values.yaml file in the chart's repository.