DEV Community

Wriju's Blog
Wriju's Blog

Posted on

Kubernetes CKAD Tips 10 – Labels

Labels in Kubernetes are a very humble but important component. Through labels Kubernetes objects like deployment, services are connected to the core component Pod. Labels are not mandatory. You can create an object without a Label. Labels can be added or modified later as well. Together with selector label helps connect loosely coupled objects.

Top comments (0)