Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpon/locust-gke-test
https://github.com/mpon/locust-gke-test
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpon/locust-gke-test
- Owner: mpon
- License: mit
- Created: 2017-11-06T14:52:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T15:39:07.000Z (about 7 years ago)
- Last Synced: 2024-11-29T20:55:35.690Z (29 days ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```