docs/doc/source/usertasks/accessing-the-kubernetes-dashboard.rst
Stone f63f0912c6 User Tasks guide
Fixed typo in LetsEncrypt example

Removed duplicate Datanet entry from main index.rst

Reworked Use Kubernetes CPU Manager Static Policy prerequisite block.

Restored fault/index version of FM toctree in top-level index.

Added merged doc entries to top level index.rst.

Incorporated review comments. Also some generic formatting clean-up such as
converting abbreviations to rST-style :abbr: markup.

Moved url with embedded substitution out of code-block.

Addressed patch 2 review comments. Some addtional rST tidying. See comment replies
for open questions/issues.

This patch fixes an issue with 'stx' in filenames that may differ downstream using-an-image-from-the-local-docker-registry-in-a-container-spec
new substitution and changing code-blocks to parsed-literals as required.

Initial submission for review. Note that a couple of references to WR persist
in examples. These will be marked up with comments in the review.

Signed-off-by: Stone <ronald.stone@windriver.com>
Change-Id: I1efef569842caff5def9dc00395b594d91d7a5d0
Signed-off-by: Stone <ronald.stone@windriver.com>
2020-12-02 10:34:53 -05:00

1.4 KiB

Access the Kubernetes Dashboard

You can optionally use the Kubernetes Dashboard web interface to manage your hosted containerized applications.

  1. Access the dashboard at https://<oam-floating-ip-address OR fqdn>: <kube-dashboard-port>

    where <kube-dashboard-port> is the port that the dashboard was installed on. Contact your administrator for this information.

    Depending on the certificate used by your administrator for installing the Kubernetes Dashboard, you may need to install a new Trusted Root CA or acknowledge an insecure connection in your browser.

  2. Select the kubeconfig option for signing in to the Kubernetes Dashboard.

    Note

    Your kubeconfig file containing credentials specified by your StarlingX administrator (see Installing kubectl and Helm Clients Directly on a Host <kubernetes-user-tutorials-installing-kubectl-and-helm-clients-directly-on-a-host>) is typically located at $HOME/.kube/config .

    You are presented with the Kubernetes Dashboard for the current context (cluster, user and credentials) specified in the kubeconfig file.