docs/doc/source/usertasks/kubernetes/accessing-the-kubernetes-dashboard.rst
Keane Lim 21b11b47d6 OpenStack VNF Integration User Tasks
Completed review comments
Minor abbreviation fix
Moved topics into its own VNF Integration section
Fixed abbreviations
Re-organized Kubernetes topics

Change-Id: I8940d3572b789990d3b5f2d201f8ec8a46ce2943
Signed-off-by: Keane Lim <keane.lim@windriver.com>
2021-03-23 11:10:42 -04:00

38 lines
1.4 KiB
ReStructuredText

.. jxy1562587174205
.. _accessing-the-kubernetes-dashboard:
===============================
Access the Kubernetes Dashboard
===============================
You can optionally use the Kubernetes Dashboard web interface to manage your
hosted containerized applications.
.. rubric:: |proc|
.. _accessing-the-kubernetes-dashboard-steps-azn-yyd-tkb:
#. 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 |prod| administrator for this information.
Depending on the certificate used by your |prod| administrator for
installing the Kubernetes Dashboard, you may need to install a new Trusted
Root CA or acknowledge an insecure connection in your browser.
#. Select the **kubeconfig** option for signing in to the Kubernetes
Dashboard.
.. note::
Your kubeconfig file containing credentials specified by your
StarlingX administrator (see :ref:`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.