edges
Display current relationship between services.
Examples
# Get all edges between pods that either originate from or terminate in the demo namespace.
linkerd edges po -n test
# Get all edges between pods that either originate from or terminate in the default namespace.
linkerd edges po
# Get all edges between pods in all namespaces.
linkerd edges po --all-namespaces
Flags
Flag | Usage |
---|---|
--all-namespaces -A | If present, returns edges across all namespaces, ignoring the “–namespace” flag |
--namespace -n | Namespace of the specified resource |
--output -o | Output format; one of: “table” or “json” or “wide” |