Exam 2v0-7123 All QuestionsBrowse all questions from this exam
Question 14

Which two resources can External DNS create records for? (Choose two.)

    Correct Answer: C, E

    External DNS can create DNS records for Kubernetes services, which allows mapping services to external IP addresses, and for Contour HTTPProxy, which is a custom resource for defining ingress routes. These are the two supported resources for DNS management by External DNS.

Discussion
NEOEDGEOptions: CE

https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-packages-externaldns.html#:~:text=ExternalDNS%20supports%20creating%20records%20for,Contour%20package%20in%20the%20cluster.

contributorOptions: CE

C. Kubernetes services: External DNS can create DNS records for Kubernetes Services of type "LoadBalancer" and "NodePort" to map them to external IP addresses or nodes. E. Contour HTTPProxy: Contour is an Ingress controller for Kubernetes, and it can work with External DNS to create DNS records for Kubernetes Ingress resources, including those defined using Contour's custom resource called "HTTPProxy." This enables you to associate custom domain names with your services through Ingress resources managed by Contour and External DNS.