Synopsis
Read-only views over the broker’s image inventory. The controller reports each container’s image identity; the broker keys it by digest, not tag, so two nodes that resolvednginx:latest differently show as two images.
images list
CallsGET /images and prints one page, ordered by digest.
RUNNING is the number of workload containers running the digest now. 0
means it is no longer running; the row stays until retention prunes it.
When more pages exist, the command prints the --after value for the next
page on stderr, so a piped table stays clean.
images get
CallsGET /images/{digest} and prints the image and every workload
container that runs or ran it, running rows first.
image ... is not in the inventory.
-o json and -o yaml print the broker’s response unchanged, including
fields this CLI version does not know about. Global flags (--kubeconfig,
--context, --broker-namespace, --broker-service,
--broker-token-file, --debug) are listed in the
CLI overview.