kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

master gui #18

Closed KennethNagin closed 5 years ago

KennethNagin commented 5 years ago

I would like to use the jmeter GUI to create my own master plans. How would you expose the master's gui in the cluster created by your scripts?

infinitydon commented 5 years ago

Hi,

You should run the jmeter GUI mode on your system, it is designed to be run as a desktop APP and not to be run within the cluster.

After creating/editing your test script using the GUI, you can then use it for the load testing in the kubernetes cluster..

I hope this addresses your question.