Kubernetes labels

From wikieduonline
Revision as of 14:59, 19 July 2022 by Thomas (talk | contribs)
Jump to navigation Jump to search

https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

kubectl get pods -l environment=myproduction,tier=myfrontend
kubectl get pods -l 'environment in (myproduction, myqa)'
.../...
metadata:
 labels:
.../...

Activities

Related

See also

Advertising: