Labels, Selectors, Replication, and Replicaset in Kubernetes
Labels
Labels are the mechanism you use to organize Kubernetes Objects.
A label is a key-value pair without any predefined meaning that can be attached to the objects.
Labels are similar to tags in AWS or git where you use a name for quick reference...
blog.kubekode.io5 min read