Replies: 1 comment 1 reply
-
It's not super clear how it will work. Can you provide draft manifest examples to represent the idea from a configuration standpoint?
Will it require a dedicated CR, or can we avoid it? |
Beta Was this translation helpful? Give feedback.
-
I'd like to discuss alternative approach on how to programmatically find CoreDNS IPs in a scenario it is exposed via ingress-controller running on hostNetwork (tcp/udp configmap)
Configuration for such case is not really controlled nor related to k8gb setup. Although k8gb needs a consistent how to discover CoreDNS IPs in order to build Zone delegation properly.
Current setup have following limitations:
status.Loadbalancer
despite the fact those can run in different IngressClasses.Proposal:
ClusterIP
) with information on how to access ingress object (could be fake object) to getstatus.LoadBalancer
info. This way we ensure user maintains an object to reflect CoreDNS exposure not Application,IngressClass
must be correct etc andstatus.LoadBalancer
is set.LoadBalancer
and given IngressBeta Was this translation helpful? Give feedback.
All reactions