Replies: 1 comment
-
Selectors do not match. Anyway check the tutorial in docs folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't figure out how to publish a DNS record that will match the node where the kafka Pod is located.
Ingress hosts work fine, CoreDNS can resolve it. But I need to resolve headless services too.
Now I've deployed Kafka 3 brokers and can ping it
dnstools# ping kafka-0.kafka.default.svc.cluster.local
but I need to ping it from external by ping kafka-0.dh-dev.dmp.example.comCoreDNS Config:
CoreDNS exposed by the NodePort 32333 outside.
I test it like this: dig @100.78.3.38 -p 32333 kafka-0.dh-dev.dmp.example.com or kafka-0.kafka.dh-dev.dmp.example.com and with namespace but the record is not returned.
If I look at ingress like this: dig @100.78.3.38 -p 32333 cdh-redpanda01.dh-dev.dmp.example.com this return to me:
;; ANSWER SECTION:
cdh-redpanda01.dh-dev.dmp.example.com. 30 IN A 100.78.3.40
cdh-redpanda01.dh-dev.dmp.example.com. 30 IN A 100.78.3.38
cdh-redpanda01.dh-dev.dmp.example.com. 30 IN A 100.78.3.39
In external-dns logs I see
No endpoints could be generated from service default/ksvc
Beta Was this translation helpful? Give feedback.
All reactions