Skip to main content
Install a management plane into an existing Kubernetes cluster

Synopsis

Installs the definitions, the plane’s own objects and the ManagementPlane resource into whatever cluster your kubeconfig points at — EKS, GKE, kind, or one kubox built. It needs nothing installed but this binary. Re-run it to upgrade. Every step is idempotent, so a partial failure is fixed by running it again rather than by unpicking what succeeded. This makes where the plane RUNS cloud-agnostic, not what it builds: the plane still encrypts with awskms:// and keeps state in s3://, so kubox aws bootstrap is a prerequisite wherever this runs.

Options

Global options

See global options.

SEE ALSO

  • kubox admin - The primitives the plane, cloud and cluster commands are built from