> ## 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 admin

The primitives the plane, cloud and cluster commands are built from

### Synopsis

Expert and debug surface. These drive a cloud or a cluster directly with
the credentials you hold, and need no management plane:

create, delete   build or destroy a cluster from a document, from here
install          install a management plane into a cluster you can reach
cloud-account    register a role by hand, without `cloud connect`
aws              prepare an AWS account: bootstrap, policy, verify, diff

The normal path is `kubox plane`, `kubox cloud` and `kubox cluster`, which
call these underneath. Reach for these when that path cannot help: a
cluster no plane manages, a plane being built for the first time, or a
failure that needs the layer below.

### Options

```
  -h, --help   help for admin
```

### Global options

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

### SEE ALSO

* [kubox](/cli-reference/kubox)	 - Manage Kubox clusters
* [kubox admin aws](/cli-reference/kubox_admin_aws)	 - Render and verify the IAM policies a Kubox deployment needs
* [kubox admin cloud-account](/cli-reference/kubox_admin_cloud-account)	 - Work with the cloud accounts a management plane may build into
* [kubox admin create](/cli-reference/kubox_admin_create)	 - Create a Kubox cluster
* [kubox admin delete](/cli-reference/kubox_admin_delete)	 - Delete a Kubox cluster
* [kubox admin install](/cli-reference/kubox_admin_install)	 - Install a management plane into an existing Kubernetes cluster
