-
Notifications
You must be signed in to change notification settings - Fork 135
Using kube-dns doesn't resolve correctly. #6
Comments
strange, I tried testing locally and it just worked fine for me I am using https://github.com/TheNewNormal/kube-cluster-osx to create local kubernetes managed cluster. Can you try testing with another api
|
@jimmiebtlr you might have to use fqdn for service. |
Hi all, Like @jimmiebtlr and most probably many other people (looking to the number of issues opened around this topic in various GitHub repos), I’m facing the same issue… but at 2 different locations:
I‘ve also experimented the on-boarding of go-dnsmasq on the same Pod as recommended by @gavinzhou on another thread… but without success. Indeed there are dozens of issues related to the connectivity or the DNS topic, either here or in the Kong GitHub, referring also to potential issues in nginx or in Kubenetes (and while I’m typing this comment, another one just pop up on the Kong Github…):
At the end, frankly, I don’t know if anyone really understood what the root cause is, and it is really difficult to claim that Kong is working on Kubernetes for production purpose! At the end, I’m then wondering whether someone has a concrete analysis of the problem, identification of the exact issue, identification of the component that is the root cause of it, and a potential workaround or solution to the issue? |
Setup
With the env variables
Note 10.3.240.10 is the result of
kubectl get svc kube-dns --namespace=kube-system | grep kube-dns | awk '{print $2}'
Expected
Should resolve to the console-graphql-service.
Actual
Note, substituting
console-graphql-service
in the api config with the service ip does return the expected result.The text was updated successfully, but these errors were encountered: