VMware Carbon Black Cloud Enterprise EDR (2020) — Question 57
Which type of service is created by default when publishing a Kubernetes service?
Answer options
- A. ClusterIP
- B. NodePort
- C. LoadBalancer
- D. ExternalName
Correct answer: D
Explanation
The correct answer is D, ExternalName, which allows a service to refer to an external resource by name. The other options, such as ClusterIP, NodePort, and LoadBalancer, are additional service types that require explicit configuration and are not created by default.