Open
Description
Goal
Provide a /customdata mount point to JMeter container where custom JAR files or images could be available to tests.
Requirements
Dynamic volume provisioning enabled on Kubernetes cluster with ReadWriteMany (RWX) support
Implementation
- Before Pod creation, creates PVC
- Waits for PVC to be bound to a PV
- Specify a InitContainer that synchronize via rclone /customdata with S3 BUCKET provided by user
- Files on /customdata can be used by JMeter tests