Minikube: Dashboard

From OnnoWiki
Revision as of 08:22, 6 May 2023 by Onnowpurbo (talk | contribs) (Created page with "Sumber: https://minikube.sigs.k8s.io/docs/handbook/dashboard/ Dashboard Dashboard minikube has integrated support for the Kubernetes Dashboard UI. Overview The Dashboard is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: https://minikube.sigs.k8s.io/docs/handbook/dashboard/

Dashboard Dashboard minikube has integrated support for the Kubernetes Dashboard UI.

Overview The Dashboard is a web-based Kubernetes user interface. You can use it to:

deploy containerized applications to a Kubernetes cluster troubleshoot your containerized application manage the cluster resources get an overview of applications running on your cluster creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc) For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard.

Basic usage To access the dashboard:

minikube dashboard This will enable the dashboard add-on, and open the proxy in the default web browser.

It’s worth noting that web browsers generally do not run properly as the root user, so if you are in an environment where you are running as root, see the URL-only option.

To stop the proxy (leaves the dashboard running), abort the started process (Ctrl+C).

Getting just the dashboard URL If you don’t want to open a web browser, the dashboard command can also simply emit a URL:

minikube dashboard --url


Referensi

Pranala Menarik