Beginner Kubernetes
Q36 / 100

What does a "selector" do in a Kubernetes Service definition?

Correct! Well done.

Incorrect.

The correct answer is B) It defines which Pods (based on matching labels) the Service routes traffic to

B

Correct Answer

It defines which Pods (based on matching labels) the Service routes traffic to

Explanation

A Service's selector matches Pods by their labels, determining which set of Pods receive traffic sent to that Service.

Progress
36/100