Skip to main content
Version: 1.16.0

Access the KubeTally User Interface

To access the KubeTally User Interface, you must retrieve the URL and generate a token to log in to it.

To access the user interface:

  1. To retrieve the endpoint/URL, use the following command on the KubeSlice Controller:

    kubectl get svc kubeslice-ui-proxy  -n kubeslice-controller
  2. The output should display the URL in the following format:

    https://<Node-IP>:<Node-Port> 

    or

    https://<LoadBalancer-IP>

    Copy this Endpoint to use it later to access KubeTally.

  3. To get the token, use the following command:

    kubectl get secrets kubeslice-rbac-rw-<PROJECT-USER> -o jsonpath="{.data.token}" -n kubeslice-<PROJECT-NAME> | base64 -d

    Copy the token from the output.

  4. Paste the endpoint/URL that you have copied earlier from the output into your browser window to access KubeTally.

    alt

  5. Add the token that you have copied in the Enter Service Account Token checkbox and click Sign In.