-
Notifications
You must be signed in to change notification settings - Fork 237
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
using DNSRecordSet with Kubernetes ingress #251
Comments
Thanks for the request @errordeveloper and bringing this use case to our attention. Just to clarify, are you hoping to have |
Thanks for quick response! For the use case I have in mind, I would be looking to reference external IP of a service or ingress within the same cluster. Referencing something in another cluster seems kind of harder, and fortunately not something I currently care about, but maybe referencing a pre-allocated IP and making use of that IP somehow could be a way one could achieve it. |
Hmmm okay, so to make sure I'm understanding this feature request properly, you'd like to be able to reference in-cluster Kubernetes service/ingress IP addresses with the |
@caieo yes, exactly. I am just wondering about other use-cases, feel free to ignore that part :) |
Great, thanks for verifying! I'll add this to our list of future feature requests and any updates will be posted in this thread. |
Are there any updates on this topic? We currently are facing the same problem and the suggested solution would clean up our messy workarounds |
It would be very nice if
DNSRecordSet
could be used in a way similar to external-dns, but perhaps without a stateful operator as such. Right now one can specify DNS record values as strings, but it would be nice to be able to reference a service or ingress somehow.I'm not thinking of a full-blown alternative to external-dns, it's just a less dynamic use-case with just a few records managed more explicitly. If I didn't have Config Connector installed already, I'd probably use external-dns, but I do and I'd rather avoid adding another stateful operator that manages my GCP resources.
The text was updated successfully, but these errors were encountered: