ark status
Show a status overview of the ark-operator deployment in a live cluster.
ark status [flags]
Flags
| Flag | Default | Description |
|---|---|---|
-n, --namespace | all namespaces | Scope to a specific namespace |
--kubeconfig | ~/.kube/config | Path to kubeconfig |
--output json | — | Machine-readable JSON output |
Examples
# Status across all namespaces
ark status
# Status for a specific namespace
ark status -n my-org
# JSON output for scripting
ark status -n my-org --output json
Example output
Operator
ark-operator ark-system Running 2/2 ready v0.9.0
Teams (my-org)
NAME PHASE STEPS TOKENS AGE
content-pipeline Succeeded 3/3 8,412 2m
research-team Running 1/3 1,204 30s
daily-report Pending 0/2 — 1d
Agents (my-org)
NAME REPLICAS READY MODEL
researcher-agent 2 2/2 llama3.2
writer-agent 1 1/1 llama3.2
editor-agent 1 0/1 llama3.2 [degraded]
A [degraded] agent has pods that are failing semantic health checks. Check the agent’s events:
kubectl get events -n my-org --field-selector involvedObject.name=editor-agent
See also
- ark logs — tail agent pod logs
- Observability concept — structured audit events