-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For some reason Pods are unable to resolve CNAMEs, but they can resolve A records.
- Happens in Workload Pods and CoreDNS Pods
- nslookup is able to resolve CNAMEs correctly
- /etc/resolv.conf config looks ok to me
- Different variations
vault,vault.buc.shorvault.buc.sh.(note the dot at the end ) behave identically
nslookup vault.buc.sh
# Works and returns the cname
nslookup evergreen.buc.sh
# Works and returns the IP address
getent hosts evergreen.buc.sh
# Works and returns the IP address
getent hosts vault.buc.sh
# Fails
curl https://vault.buc.sh
# Fails, unable to resolve hostname Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels