Skip to content

Access your cluster#

This guide explains how to access the KubeStack+ cluster via the web console and the oc CLI.


1. Log in via the web console#

  1. Go to KubeStack+ and enter the enterprise domain provided by your cluster administrator.

    KubeStack+ home

  2. Log in using the method configured for your organization.

    KubeStack+ login

  3. After login you will see the cluster overview page.

    Cluster management page

  4. Click the dropdown for your cluster and select OpenShift Web Console.

    OpenShift console

  5. To view the services available on the cluster, select Forecastle from the same dropdown.

    Forecastle homepage


2. Log in via the CLI#

  1. In the OpenShift console, click your username in the top-right corner and select Copy login command.

    Copy login command

  2. Click Display token.

    Display token

  3. Copy the login command and run it in your terminal:

    oc login --token=<TOKEN> --server=<SERVER>
    

With cluster access confirmed, continue to Deploy a demo app to deploy your first application.