标签:理解 读取配置 api 读取 名称 dns 端口 假设 web
假设consul软件安装在电脑ComputerA上,那么需要注册的服务ServiceA1也需要安装在电脑ComputerA上,
一个服务就是一个提供了ip+port(或者域名)的应用程序。
服务:
服务: 1、服务名称:XXX。则生成的DNS名称就是:XXX.service.consul, web上查询该服务的url是:http://ip:8500/v1/catalog/service/XXX 2、服务所在ip/honstanme:127.0.0.1 3、服务所在端口:80 4、tages字典:
1、通过consul配置文件或;consul就通过读取配置文件,
2、通过consul提供的http的api来注册。
标签:理解 读取配置 api 读取 名称 dns 端口 假设 web
原文地址:https://www.cnblogs.com/igoodful/p/11558681.html