-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kongserver 0.10.0 version, the use of the problem #1980
Comments
|
Kong supports SRV if my SRV record comes from consul. Kong can consul the DNS interface to dynamically update the API? what should I do |
let's say you have registered two instances of the same service with consul. Then set up consul to expose those as an SRV record. For example a service Now if consul provides a DNS record of SRV type for Kong will now resolve Make sure you configure Kong properly to use your consul installation for dns! |
additionally: whenever consul gets updated, and ip/ports are added/removed from the |
OK, thank you, whether to automatically update the API to kong (dynamic update)? |
If you use consul, then letting Kong automatically update through the SRV dns records would be the right choice imo. But if you only use consul for service registry, then you might cut out consul and do it directly with kong through |
thanks you ! The idea is that the kong and consul dns interfaces interact to dynamically update the API, and the registrator provides container information. Implement the dynamic update API |
considering this resolved. |
Very grateful to 0.10.0RC version, I decided to test this version of the function. However, the following two questions:
Please give me some help and I may need to evaluate these features. Thank you!
Although there is no documentation, I would like to test whether these features meet the micro-service architecture needs!
The text was updated successfully, but these errors were encountered: