-
Notifications
You must be signed in to change notification settings - Fork 100
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 multiple edgeDNS types in parallel to enable hybrid and multi-cloud scenarios #919
Comments
@ytsarev to my understanding, with one k8gb instance, deployed to environment A and configured to use that environment-specific EdgeDNS (e.g. AWS and Route53), and then another k8gb instance deployed on environment B with specific EdgeDNS (e.g. on-prem with Infoblox) - we got this scenario covered. |
Or did you mean some complex scenario, when for example we have workloads exposed with different zones in the cluster that need to be resolved using different EdgeDNS providers? |
@somaritane was thinking about it more and it can actually take many forms. Let's treat on-prem as just another cloud environment for simplicity. In case when k8gb deployed to two clouds. We can have many cases
|
How about having multiple HostedZones ( Route53 example) and allowing K8GB to manage those? It seems like only a single host can be configured in the operator at a time |
@ewassef good point, we can both relax the filter to handle multiple zones and also orchestrate multiple external-dns instances to handle multiple DNS environments/clouds in parallel |
stale, we manage a single edge DNS zone, meanwhile workloads can be placed in a multi-cloud manner. Closing. |
Problem statement
Currently, k8gb is limited to work only with a single specific edgeDNS type and tested to work exclusively in a single DNS environment.
It limits the ability of operating in a hybrid scenario, e.g.
Possible solution
The text was updated successfully, but these errors were encountered: