An open API service indexing awesome lists of open source software.

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

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
```