Trozz / flask-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 86.1%Language:Dockerfile 13.9%