Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Consul 的使用及其与 Kong 的集成。我了解 Kong 可以用作专门用于微服务架构的 API 网关。如果我错了,请纠正我。我读过 Kong 和 Consul 之间的整合。但我无法理解 Consul 的真正用法。
感谢你的帮助。
dns_resolver您可以通过指定属性(在kong.conf配置文件中)指向您的 Consul 服务器(或通过设置KONG_DNS_RESOLVER=<xxx>环境变量)来使 Kong 与 Consul 一起工作。
dns_resolver
kong.conf
KONG_DNS_RESOLVER=<xxx>
通过这样做,您将迫使 Kong 使用 Consul 来解析upstream_urlAPI 中的主机名地址。
upstream_url