Skip to content

vijaystroup/whichwhale

Repository files navigation

WhichWhale

Python web server to check which node is handling the current request.

demo

Installation

Non-Swarm

docker run \
    -d
    -p 80:5000
    vijaystroup/whichwhale

Swarm

git clone https://github.com/VijayStroup/whichwhale.git && \
    cd whichwhale && \
    docker stack deploy -c docker-compose.yml whichwhale

Traefik

export DOMAIN=whichwhale.example.com
git clone https://github.com/VijayStroup/whichwhale.git && \
    cd whichwhale && \
    docker stack deploy -c docker-compose.traefik.yml whichwhale

Links

GitHub Repo

DockerHub Repo

About

Simple Flask application to show which docker host the connection is being processed from

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors