benisenstein
PROOP
10 months ago
Does anyone know if the DNS within project private networks contains SRV records?
Kong API gateway searches for this record first by default, and can be quite slow timing out if it doesn't find one. Curious about how the internal DNS for the private mesh networks works in Railway projects.
1 Replies
For what it's worth, for those who are curious, this problem can be easily bypassed with a simple env setting KONG_DNS_ORDER=LAST,A,CNAME My question is more out of the desire to understand Railway better 🙂