Skip to content

Access your Cluster#

Objectives#

Access the KubeStack+ cluster on UI and CLI.

Key Results#

  • Access KubeStack+ Console
  • View Forecastle Page and view different tools/services.

PreRequisites#

  • Working laptop or desktop computer.

Guide#

Access OpenShift UI#

Lets see how will you access your cluster.

  1. Access your cluster by going to KubeStack+. Enter your enterprise domain provide by Stakater Cloud administrator.

    KubeStack+ Home

  2. Log In with the method configured for your Organization.

    KubeStack+ Login

  3. Once you've logged in, you ll be directed to similar cluster overview page.

    KubeStack+ Home

  4. Click on drop down toggle for the relevant cluster:

    1. Select OpenShift Web Console to open the OpenShift Web Console.

      OpenShift Console

      You should belong to a Tenant

    2. Select Forecastle for view services available on the cluster.

      KubeStack+ Home

Login with CLI#

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

    Copy login command

  2. Click on Display token to view your token and login command.

    Display Token

  3. Copy your Log in command.

    Copy login token

  4. Run the following command from your CLI.

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