Simple website visit counter with NGINX proxy -> Flask -> {redis,postgres} and containerized with Docker.
For demo, clone the repo and select one of below Modes
$ git clone https://github.com/vishnuhd/visit-counter-webapp.git
$ cd visit-counter-webapp
$ docker-compose up
$ docker stack deploy --compose-file docker-stack.yml mywebapp
$ kubectl create -f k8-deployment
OR
$ kubectl create -f k8-specifications/