Hello. I am very much enjoying the tutorials. I feel like I’ve missed a step in creating a DNS entry for a local domain which can then be used by traefik to route to podinfo. Do I need a CRD to setup the entry? Right now I get no address for the ingress:
thaynes@kubevip:~/workspace$ kubectl get ingress -A
NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE
podinfo podinfo traefik podinfo.haynesnetwork.com 80 46s
This does not resolve, nor is a DNS entry added automatically when I configure external-dns for service and ingress on top of crd.
sources:
- crd
- service
- ingress