In This repository ive created scripts and manifests to run Prombench tests in Kubernetes IN Docker (KIND).
-
Clone this repository:
git clone https://github.com/yourusername/prombench-kind.git cd prombench-kind
-
Set up the environment:
source scripts/setup_env.sh
-
Create the KIND cluster:
./scripts/create_cluster.sh
-
Deploy monitoring components:
./scripts/deploy_monitoring.sh
-
Start a benchmark:
./scripts/start_benchmark.sh
For detailed instructions, please refer to the setup guide and usage guide.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This tutorial and repository structure provides a comprehensive guide to setting up and running Prombench in KIND. The scripts automate most of the process, making it easier for users to get started. The documentation explains each step and provides troubleshooting guidance.
To complete the repository, you would need to:
- Create the actual manifest files in the
manifests/
directory. - Implement the
infra
tool or provide instructions for obtaining it. - Add a license file.
- Create a CI workflow in
.github/workflows/ci.yml
to test the scripts and deployment process. - Expand the troubleshooting guide with common issues and their solutions.
This structure allows for easy maintenance and contribution, while providing users with a clear path to get Prombench running in KIND.