Feb 21, 2024: Announcing Linkerd 2.15 with support for VM workloads, native sidecars, and SPIFFE! Read more »


This is not the latest version of Linkerd!
This documentation is for an older version of Linkerd. In Linkerd 2.15 (current), this document no longer exists.

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”