Skip to content
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

Support for DNS load balancers #102

Open
0x566164696D opened this issue Jun 3, 2024 · 0 comments
Open

Support for DNS load balancers #102

0x566164696D opened this issue Jun 3, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@0x566164696D
Copy link

There are several methods of load balancing traffic using DNS:

  • Round robin DNS
  • Returning the IP address of a live host in response to a DNS query
  • etc.

Currently, API-Firewall cannot work with such load balancers and performs DNS resolution only at startup.
During operation, DNS may point to a different A record, but API-Firewall will continue trying to send requests to the old IP address.

Please add support for DNS load balancers so that DNS resolution occurs periodically and connects to the new IP (transparently to the end user, without service degradation).

@afr1ka afr1ka added the enhancement New feature or request label Jul 1, 2024
@afr1ka afr1ka added this to the v0.8.0 milestone Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants