Newer documentation is now live.You are currently reading an older version.

Access the management console

The MOSK management console is the central place for operating your management cluster and deploying and managing MOSK clusters.

Obtain the management console URL

The URL of the management console is published in the status of the management Cluster object. To obtain the URL:

kubectl get cluster <mgmtClusterName> \
-o=jsonpath='{.status.providerStatus.helm.releases.decc.ui.url}'

The system response contains the URL to access the management console, for example, https://172.19.118.183.

Log in to the management console

  1. In a web browser, navigate to the management console URL.

    Note

    The MOSK management console authenticates users through Keycloak, which uses HTTPS with self-signed TLS certificates by default. Therefore, your browser may warn you about an untrusted certificate on the first access.

    To use your own TLS certificates for Keycloak, refer to Configure TLS certificates for cluster applications.

  2. When redirected to the Keycloak sign-in page, enter your user name and password. For the initial login, use the Service User Name and Service User Password created during bootstrap.

    The user accounts and their roles are managed in the Keycloak Admin Console. For details, see Access the Keycloak Admin Console.