get
Display one or many mesh resources.
Only pod resources (aka pods, po) are supported.
Examples
# get all pods
linkerd get pods
# get pods from namespace linkerd
linkerd get pods --namespace linkerd
Flags
Flag | Usage |
---|---|
--all-namespaces -A | If present, returns pods across all namespaces, ignoring the “–namespace” flag |
--namespace -n | Namespace of pods |