This project will no longer be maintained by Intel.
This project has been identified as having known security escapes.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
In this repository you can find scripts to run a memtier_benchmark on a cluster of k8s-hosted Redis & TieredMemDB servers.
The repository is divided into subdirectories as follows:
ansible-playbook
- contains Ansible playbooks to run a memtier_benchmark on a k8s-hosted redis-cluster(s).docker_bitnami
- contains TieredMemDB Docker image. Dockerfile is aligned with Bitnami redis-cluster image.systemd_unit
- contains systemd unit files for exposing PMem devices as system-ram.
To get more information about usage of scripts in the subdirectories, follow their respective READMEs.
Before you start working with the repository, make sure you have installed:
- Python 3.6+
- Helm
- Kubernetes
- Docker (required to build TieredMemDB image)