← All Prompt Categories

📚 LLM HUB · 2 PROMPTS

Distributed & Cloud Execution

2 copy-ready AI prompts for distributed & cloud execution in JMeter, k6, and Gatling. Part of the JMeter.AI LLM Hub.

JMeter on Kubernetes

Deploy and run JMeter distributed tests on Kubernetes:

Requirements:
- 1 JMeter master pod
- [N] JMeter worker pods (auto-scaled)
- Shared test plan from ConfigMap or PVC
- Results collected from all workers to master

Provide:
- JMeter master Deployment YAML
- JMeter worker Deployment YAML
- Service definitions for RMI communication
- ConfigMap for jmeter.properties
- Commands to trigger the test and collect results
- How to scale workers horizontally with kubectl

Grafana k6 Cloud Configuration

Configure k6 to run tests on Grafana Cloud k6:

Setup:
- k6 cloud token configuration
- Project and test naming
- Zones/load zones: [us-east, eu-west, ap-southeast]
- VU distribution across zones

Provide:
- k6 cloud login and configure commands
- k6 script options for cloud execution
- How to view real-time results in Grafana Cloud k6
- Cost estimation for [N] VUs over [N] minutes
- Thresholds behavior in cloud runs (advisory vs abort)