#reload new config
consul reload
#if it not binding to localhost
sudo consul reload -http-addr=10.104.0.28:8500
# Check what services are registered
consul catalog services
# Check specific service with tags
consul catalog service node-exporter
# Or via API
curl http://10.104.0.16:8500/v1/catalog/service/node-exporter
consul command collection
consul command collection
One minute to read
ipang
