Configuration files for a consul demo
watch docker-compose ps
bash start_demo.sh
docker-compose scale server=2
docker exec consuldemo_client_1 dig -p 8600 @localhost nginx.service.dc1.consul
docker exec consuldemo_client_1 curl -s http://localhost:8500/v1/health/service/nginx | python -m json.tool
- Stats - localhost:8080
- Consul UI - localhost:8888
bash end_demo.sh