1🌍
DNS
Does the hostname resolve to the right IP?
- dig +short app.example.com matches LB or ingress IP
- TTL not caching stale record after cutover
- CNAME chain ends at expected target
Follow layers in order — don't skip to pods when DNS is wrong.
Reviewed: ·Tested on: Kubernetes 1.29, Terraform 1.8, Ubuntu 22.04
Does the hostname resolve to the right IP?
Is traffic allowed on the port from client to LB/node?
Does the LB have healthy targets?
Does ingress route to the right service:port?
Do Service endpoints exist and match ready pods?
Is the pod listening and allowed to receive traffic?