Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/bad-app-no-biscuit
don't use this
https://github.com/nibalizer/bad-app-no-biscuit
Last synced: about 1 month ago
JSON representation
don't use this
- Host: GitHub
- URL: https://github.com/nibalizer/bad-app-no-biscuit
- Owner: nibalizer
- License: apache-2.0
- Created: 2020-04-01T19:20:45.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-03-20T03:21:05.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T20:16:34.366Z (2 months ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bad App No Biscuit
## A very bad app that is slow, to show off monitoring and scaling systems
## Steps
You can [deploy this application to IBM Cloud](https://cloud.ibm.com/developer/appservice/starter-kits/python-flask-app) or [build it locally](#building-locally) by cloning this repo first. Once your app is live, you can access the `/health` endpoint to build out your cloud native application. See the [upstream example repo](https://github.com/IBM/python-flask-app).
### Deploying to IBM Cloud
```
cd deployment
kubectl apply -f banb-deployment.yaml
```### Load testing
```
ab -n 1000 -c 30 ${URL}/fib/100000
```### Set up autoscaling
```
cd deployment
kubectl apply -f autoscaling-config.yaml
```## Next Steps
* Learn more about the services and capabilities of [IBM Cloud](https://cloud.ibm.com).
* Explore other [sample applications](https://cloud.ibm.com/developer/appservice/starter-kits) on IBM Cloud.## License
This sample application is licensed under the Apache License, Version 2. Separate third-party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/) and the [Apache License, Version 2](https://www.apache.org/licenses/LICENSE-2.0.txt).
[Apache License FAQ](https://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN)