Beginner
Kubernetes
Q16 / 100
What is the purpose of a "Label" in Kubernetes?
Correct! Well done.
Incorrect.
The correct answer is A) Key-value pairs attached to objects (like Pods) used to organize and select subsets of objects
A
Correct Answer
Key-value pairs attached to objects (like Pods) used to organize and select subsets of objects
Explanation
Labels are arbitrary key-value pairs used by selectors (in Services, Deployments, etc.) to identify and group related objects.
Progress
16/100