Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpon/locust-gke-test


https://github.com/mpon/locust-gke-test

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# locust-gke-test

This chart will create a load test environment using [Locust](http://locust.io/) on GKE.

## How to setup

### 1. create Locust task docker image

* creating docker image referening [Locust](http://locust.io/)
* push image to GCR

### 2. create GKE cluster

```sh
rake cluster:create
```

### 3. deploy

```sh
rake helm:install DOCKER_IMAGE=
```

### 4. perform from web ui

* see the LB's external IP and access from your browser

```sh
kubectl --namespace locust-gke-test get svc
```