Ideally this repo should show how to setup a "perf" namespace to generate load and test the "stage" namespace all in the wonderful world of kubernetes. All work done has been done in minikube.
TODO:
- Use k8s services instead of hard coded ip
STRETCH GOALS:
- Implement with minishift?
DONE:
Create simple flask service to be testedDockerize flask serviceCreate simple locust testDockerize locust testCreate stage and perf k8s namespacesCreate k8s deployment for the flask serviceCreate k8s deployments for the locust testCreate k8s config map for the locust testFigure out k8s servicesGet locust deployment to send load at flask deployment