Skip to content

lookout triage radius

Blast radius of one pod/workload — who is upstream (routes/owns/governs it), lateral (same node, shared config/volume), downstream (it depends on); —at answers it as of incident onset from a sentinel store.

MCP tool: k8s_blast_radius

Terminal window
lookout triage radius <Kind>/[<namespace>/]<name> [flags]

<Kind>/[<namespace>/]<name> — the pod or workload at the center of the question: <Kind>/<namespace>/<name>, <Kind>/<name> (namespace from —namespace, else “default”), or a bare pod name; kinds are case-insensitive with the usual short forms (po, deploy, rs, sts, ds, cj). —workload=<Kind>/<ns>/<name> is the flag-shaped alternative.

FlagTypeDefaultMeaning
--depthint3graph edges followed per direction from the target’s pods
FlagTypeDefaultMeaning
--namespacestring—limit the scan to one namespace
-Abool—scan all namespaces
--workloadstring—target one workload as <Kind>/<namespace>/<name>, e.g. Deployment/prod/api
--sinceduration—how far back to look (0 = command default)
--formatstringlogfmtoutput format: logfmt|json (one record per line either way)
--timeoutduration10sabort the invocation after this long (exit 1)
--kubeconfigstring—path to a kubeconfig file, instead of $KUBECONFIG / ~/.kube/config
--contextstring—kubeconfig context to read, instead of its current-context. Selects a cluster for THIS invocation only — nothing is written back — so concurrent invocations can target different clusters. Reported as context=<name> in the summary line
--exemptionsstring—path to a git-reviewed exemption file (YAML); covered findings are ANNOTATED with their reason and expiry and counted as exempt=<n> in the summary, never dropped

Point-in-time flags (graph-backed commands)

Section titled “Point-in-time flags (graph-backed commands)”

This command answers from the topology graph and accepts the point-in-time flags:

FlagTypeDefaultMeaning
--atstring—answer as of this instant instead of live: RFC3339 (2026-07-25T10:00:00Z) or a duration ago (20m). Requires —store.
--storestring—path to a sentinel’s SQLite store (its —store file); source for —at point-in-time topology
--store-clusterstring—read/write the store for THIS cluster, treating —store as the multi-cluster stem the sentinel was given: —store=/var/lib/lookout/lookout.db —store-cluster=prod-us opens /var/lib/lookout/lookout-prod-us.db (issue #410). Set it only against a sentinel running —clusters/—clusters-from; a single-cluster sentinel writes the literal —store path

Every kind= this command can emit, and the severities it carries them at. Nothing else appears in its output; a kind absent from a run means the check looked and found nothing. See the finding-kind glossary for the whole vocabulary.

KindSeverityClaim
radius.neighborinfoone object in the target’s neighborhood, with its direction, relation, and hop distance — an enumeration of impact, not a defect
radius.missingwarninga neighbor the graph references but never observed, in a kind the snapshot does watch: the reference is dangling

Beyond the shared envelope fields (kind, severity, namespace, kind_of_object, name, reason, message, fingerprint, exempt_reason, exempt_expires):

FieldMeaning
directionneighbor’s direction from the target: upstream (routes/owns/governs it), lateral (shares a node/volume/config), downstream (the target points at it)
relationhow the neighbor attaches: the edge kind (RoutesTo, Owns, Selects, Governs, RunsOn, Mounts) for upstream/downstream, shared-node|shared-zone|shared-config|shared-secret|shared-pvc for lateral
hopBFS depth from the target at which the neighbor was first reached (1 = direct edge)
sharedon lateral neighbors: the shared object as <Kind>/<name>
readypod readiness (live mode only — history stores topology, not status)
sourcesummary-line note: live (one-shot List pass) or history (reconstructed from —store)
atsummary-line note: the resolved —at instant the history answer is as of, RFC 3339

Output: one finding per line (logfmt; —format=json for one JSON object per line), keys in fixed order; healthy resources emit nothing. The final line is always the summary: scanned= findings= elapsed= — findings=0 with a summary present means “scanned and healthy”; a stream without a summary line is void. Exit 0 data, 1 runtime error (diagnostics on stderr only), 2 usage.

Terminal window
lookout triage radius Deployment/prod/api
lookout triage radius payments-api-7d9c4b-x2n8p --namespace=prod
lookout triage radius --workload=StatefulSet/db/postgres --depth=2
lookout triage radius Deployment/prod/api --at=20m --store=/var/lib/lookout/lookout.db