Skip to main content

admin-console

Enables access to the Replicated 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