Skip to main content

admin-console

Enables access to the KOTS Admin Console from a local machine.

This command opens localhost port 8800, which forwards to the kotsadm service. Alternatively you can specify the --port flag to specify a port other than 8800.

To access the Admin Console, browse to http://localhost:8800 after running this command.

Usage

kubectl kots admin-console [flags]

This command supports all global flags and also:

FlagTypeDescription
-h, --helpHelp for admin-console.
-n, --namespacestringThe namespace where the Admin Console is running. Default: "default"
--portstringOverride the local port on which to access the Admin Console. Default: 8800

Examples

kubectl kots admin-console --namespace kots-sentry