Kubernetes Core Concepts - Labels, Selectors and Annotations
What are Labels in Kubernetes?
As per official documentation Labels are key/value pairs that are attached to objects, such as pods, services, deployments and replicasets etc.
When we categorize something based on their properties or characteristics...
blog.learncodeonline.in5 min read
Arun
Devops Engineer
Nice Article.
Could you please provide realtime example for match expression with yaml file?