> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kubox.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# kubox plane status

Report what the plane currently says about itself

### Synopsis

The first troubleshooting command, and PASSIVE.

It reads the ManagementPlane resource, the plane's Deployments and what the
plane's API lists, and repeats them. It dials nothing, assumes nothing and
decrypts nothing -- a Ready here is the plane's opinion of itself, which is
the opinion that once read "7/7 healthy" while the system was broken.

`kubox plane verify` is the active proof.

\--verbose adds the Deployment behind each component and the pool
measurement; --diagnostics adds the backends and keys the resource names.

```
kubox plane status [flags]
```

### Options

```
      --context string      context within it
  -h, --help                help for status
      --kubeconfig string   path to the plane's kubeconfig
      --namespace string    namespace the plane is installed in (default "kubox-system")
```

### Global options

See [global options](/cli-reference/kubox#global-options).

### SEE ALSO

* [kubox plane](/cli-reference/kubox_plane)	 - Describe and build a management plane from one document
