/flask-demo

Primary LanguagePython

Flask Demo

This repo contains a demo of a basic flask app, docker container, kubernetes deployment (Deploy, HPA and Service) as well as an automated build and push of the docker image to the GitHub Container registry

Flask App

The Flask app has a number of "dummy" endpoints listed below

/
/health
/hello
/hello/<name>

Deploying

Apply to Kubernetes using the following command kubectl apply -f kube