consul剔除节点

查询节点注册
curl -s http://192.168.1.1:8500/v1/catalog/service/aaa | python -m json.tool
删除注册信息
curl http://192.168.1.1:8500/v1/agent/service/deregister/aaa-123
原文地址:https://www.cnblogs.com/lizhaojun-ops/p/10751223.html