https://github.com/phenixblue/hello-flask
Sample Python Flask app packaged with Gunicorn for Kubernetes
https://github.com/phenixblue/hello-flask
flask gunicorn kubernetes python
Last synced: 3 months ago
JSON representation
Sample Python Flask app packaged with Gunicorn for Kubernetes
- Host: GitHub
- URL: https://github.com/phenixblue/hello-flask
- Owner: phenixblue
- License: apache-2.0
- Created: 2020-07-10T22:24:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T19:32:37.000Z (about 5 years ago)
- Last Synced: 2025-03-18T06:29:23.760Z (over 1 year ago)
- Topics: flask, gunicorn, kubernetes, python
- Language: Makefile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-flask
Bits for building a Python3 based Docker Image with Flask and Gunicorn baked in
## Container Image
This only handles the latest tag for now
```bash
$ make build
$ make push
```
## Deploy to Kubernetes
### Fresh Install
```bash
$ make deploy
```
### Namespace Already exists, or initial dpeloyment already done
```bash
$ make deploy-resources
```