Access Mission Control through the Command Line Interface (CLI)
All administrative operations offered in the Mission Control web user interface are also available using the kubectl
CLI tool, v1.22 or later.
With this command-line tool you can run commands programmatically against the Mission Control runtime API server.
If your environment uses the server runtime installer then kubectl
and KOTS
are installed and available on the first Primary node.
Otherwise, follow the kubectl
installation instructions.
Install the KOTS plugin with this command:
curl https://kots.io/install | bash
For more information, see KOTS documentation.