Describe about Labels and Selectors
label is use for group the object and selector is use to select the group of label CheatSheet Command
Get pod by multiple selector: kubectl get pod --selector <label_key>=<label_value>,<label_key>=<label_value>
kubectl get pod --selector <label_key>=<label_value>,<label_key>=<label_value>
Last updated 2 years ago