Kubernetes and Cloud Native Associate (KCNA) — Question 167

How many different Kubernetes service types can you define?

Answer options

Correct answer: C

Explanation

The correct answer is C, as Kubernetes supports four different service types: ClusterIP, NodePort, LoadBalancer, and ExternalName. Options A, B, and D are incorrect because they underestimate or overestimate the actual number of service types available in Kubernetes.