+1 vote
in Kubernetes K8s by
What are the labels in Kubernetes?

1 Answer

0 votes
by

Labels are a collection of keys that contain some values. The key values are connected to pods, replication controllers, and associated services. Generally, labels are added to some object during its creation time. They can be modified by the users at run time.

...