Skip to content

moonorb/flask-redis-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Redis Deployment

Alt text

This is a super simple demo application to practice and experiment with K8s using a Python/Flask application. It uses a redis backend and displays the page hits.

Deploying the app:

git clone https://github.com/moonorb/flask-redis-demo.git
cd flask-redis-demo
kubectl create ns flask
kubectl create -f flask-redis-demo -n flask

Building the image

cd app
podman build -t docker.io/moonorb/flask-redis:v4 .
podman images
podman push docker.io/moonorb/flask-redis:v3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published