Skip to content

A Dockerized generic flask app with helm charts for deploying to Kubernetes

Notifications You must be signed in to change notification settings

kylesykes/genericwebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genericwebapp

CircleCI

Dockerhub Image

A generic flask app for learning purposes. Learning and experimenting with Flask, Docker, CircleCI, and distroless images.

This sets up a simple flask server with gunicorn. It does nothing but return a simple JSON response to the use when hitting the / or /status routes. The helm chart is functional and deploys a pod to a kubernetes cluster which will serve up the requests if the ingress is properly configured. If you deploy this locally, you can use kubectl port-forward <pod_name> 8080:8080 to test the service yourself.

While basic, this helm chart has proven to be a useful starting point when building a new helm chart for a variety of purposes (web server or not).

About

A Dockerized generic flask app with helm charts for deploying to Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published