Exploration of Kubernetes Metadata: Labels, Selectors, and Annotations

A Deep Dive into Kubernetes Resource Classification and Configuration Overview Kubernetes, a container orchestrator, is designed to handle applications at scale. While working with multiple objects we may need to group them. Metadata like, labels, selectors and annotations play an important role while configuring and working with kubernetes objects. Labels and selectors are used to select […]