Study. uk . com
  1. Home
  2. All questions
  3. Question 209

CKA study material · question 209 of 1000

Which Service type performs no proxying and simply resolves to another DNS name?

  1. LoadBalancer
  2. NodePort
  3. ClusterIP
  4. ExternalName
Show the answer

Answer: D. ExternalName

An ExternalName Service maps to the DNS name in spec.externalName, with no selector and no proxying.

Source: Service (Kubernetes) — type: ExternalName

Challenge yourself on this topic → Study as cards