ark status

Show a status overview of the ark-operator deployment — operator health, all teams, agent readiness, and token usage totals.

Show a status overview of the ark-operator deployment in a live cluster.

ark status [flags]

Flags

FlagDefaultDescription
-n, --namespaceall namespacesScope to a specific namespace
--kubeconfig~/.kube/configPath to kubeconfig
--output jsonMachine-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.11.1

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