Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnookala/k8s-load-test
https://github.com/bnookala/k8s-load-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bnookala/k8s-load-test
- Owner: bnookala
- License: mit
- Created: 2017-04-03T22:06:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T01:42:32.000Z (over 7 years ago)
- Last Synced: 2024-10-26T00:29:28.852Z (about 2 months ago)
- Language: JavaScript
- Size: 21.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-load-test
This application is meant to be deployed on top of Deis Workflow. It also assumes that a postgres database is installed on the same cluster, has a table `employee`, with a million records, and that these two variables available in the environment: `PG_HOST`, `PG_HOST`, the host and password of the postgres database.
For convenience, this repository includes a sqldump of the database which ccan be used to create the table and restore the content.