Skip to content

developius/dockercon-swarm-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerCon Swarm App

A simple ExpressJS app designed for load balancing on a Docker swarm. It updates the req/s per second of each container via a Redis channel for use on the Raspberry Pi-powered Swarm monitor

Running

docker stack deploy -c docker-compose.yml dockercon

Note: you must have at least one worker and one manager in the swarm cluster because the worker apps are limited to only run on worker nodes. Redis will run on the manager.

Releases

No releases published

Packages

No packages published