Difference between revisions of "Kubernetes labels"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 5: | Line 5: | ||
* <code>[[kubectl get nodes --show-labels]]</code> | * <code>[[kubectl get nodes --show-labels]]</code> | ||
+ | * <code>[[kubectl get pods --show-labels]]</code> | ||
kubectl get pods -l environment=myproduction,tier=myfrontend | kubectl get pods -l environment=myproduction,tier=myfrontend |
Revision as of 17:10, 13 June 2022
https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
kubectl label pods -l app=LABEL new_label_tier=new_label_valuefe
kubectl label nodes <node-name> <label-key>=<label-value>
kubectl get pods -l environment=myproduction,tier=myfrontend kubectl get pods -l 'environment in (myproduction, myqa)'
Activities
- CKA v1.21: Understand how to use Labels, Selector and Annotations
- CKA v1.15: Understand how to use Labels, Selector and Annotations
- CKA v1.18: Use label selectors to schedule Pods
Related
See also
Advertising: