Kubernetes and Cloud Native Associate (KCNA) — Question 116

What is a Service?

Answer options

Correct answer: B

Explanation

The correct answer is B because a Service in Kubernetes is designed to expose applications running on a set of Pods, allowing for stable access to those applications. Option A describes a specific mapping, which is not the definition of a Service, while option C refers to network configuration but lacks the aspect of exposure. Option D incorrectly identifies a specific load balancer as a Service, which is not accurate.