Skip to content

DNS resolution issue in Kubernetes #6787

Discussion options

You must be logged in to vote

I think my issue is actually very similar after all. I don't understand exactly what's going on, but updating my CoreDNS configuration

- forward . /etc/resolv.conf
+ forward . 100.100.100.100

fixed the issue. I use this IP because the server is connected to a headscale VPN. The resolv.conf in the CoreDNS Pod contained

search user.vpn.example.com
nameserver 100.100.100.100 nameserver 185.12.64.2
nameserver 185.12.64.1

Which seems odd, as I think it should contain either 100.100.100.100 or the other two nameservers, as they might resolve records differently.

Anyway, no issue with Outline at all.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@NiklasRosenstein
Comment options

@kiguigui
Comment options

@NiklasRosenstein
Comment options

Answer selected by NiklasRosenstein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants