colorball-app
Easy to visualize app when testing load balancing, A/B, Blue-Green, etc.
10K+
Quick start (default color red):
docker run -p 80:80 kodemonster/colorball-app:stable
It is always recommended to pull the stable release. The latest release may be associated with a version that are still in experimental mode. To know which specific version are associated to stable/latest release please refer to release notes section below.
COLOR_CODEChange the ball color selection by passing COLOR_CODE environment variable. Available options are:
Example starting with blue colored ball:
docker run -p 80:80 -e COLOR_CODE='blue' kodemonster/colorball-app:stable
COLOR_SERVER1 COLOR_SERVER2 COLOR_SERVER1Accept IP address to turn Ball GW mode to the current deployed container that calls other Ball services.
Example to run in Ball GW mode with 3 ball microservices running in backend on 3 different IP:
docker run -p 80:80 -e COLOR_SERVER1='10.1.120.201' -e COLOR_SERVER2='10.1.120.202' -e COLOR_SERVER3='10.1.120.203' kodemonster/colorball-app:stable
v3.3 stable latest
v3.2
v3.1
v3.0
COLOR_SERVER1, COLOR_SERVER2 and COLOR_SERVER3 env variable to turn on Ball GW mode where IP address can be defined for 3 additional server deployed with different color balldocker run -p 80:80 -e COLOR_SERVER1='10.1.120.201' -e COLOR_SERVER2='10.1.120.202' -e COLOR_SERVER3='10.1.120.203' kodemonster/colorball-app:v3.0v2.1
v2.0
v1.1
v1.0
COLOR_CODE environment variable to manipulate ball colorContent type
Image
Digest
sha256:78b50a91b…
Size
19.8 MB
Last updated
over 1 year ago
docker pull kodemonster/colorball-app