Labels and Selectors

Describe about Labels and Selectors

label is use for group the object and selector is use to select the group of label CheatSheet Command

  1. Get pod by multiple selector: kubectl get pod --selector <label_key>=<label_value>,<label_key>=<label_value>

Last updated