steadybit / extension-gatling

A Steadybit extension to run gatling load tests

Home Page:https://hub.steadybit.com/extension/com.steadybit.extension_gatling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatling logo

Steadybit extension-gatling

A Steadybit action implementation to integrate gatling load tests into Steadybit experiments.

Learn about the capabilities of this extension in our Reliability Hub.

Configuration

The extension supports all environment variables provided by steadybit/extension-kit.

Installation

Kubernetes

Detailed information about agent and extension installation in kubernetes can also be found in our documentation.

Recommended (via agent helm chart)

All extensions provide a helm chart that is also integrated in the helm-chart of the agent.

You must provide additional values to activate this extension.

--set extension-gatling.enabled=true \

Additional configuration options can be found in the helm-chart of the extension.

Alternative (via own helm chart)

If you need more control, you can install the extension via its dedicated helm-chart.

helm repo add steadybit-extension-gatling https://steadybit.github.io/extension-gatling
helm repo update
helm upgrade steadybit-extension-gatling \
    --install \
    --wait \
    --timeout 5m0s \
    --create-namespace \
    --namespace steadybit-agent \
    steadybit-extension-gatling/steadybit-extension-gatling

Linux Package

This extension is currently not available as a Linux package.

Extension registration

Make sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to the documentation for more information about extension registration and how to verify.

About

A Steadybit extension to run gatling load tests

https://hub.steadybit.com/extension/com.steadybit.extension_gatling

License:MIT License


Languages

Language:Go 79.8%Language:Makefile 10.7%Language:Dockerfile 9.5%