Editing Kubernetes dashboard

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
 
* https://127.0.0.1:8443/
 
* https://127.0.0.1:8443/
  
== Installation ==
+
== Installation using [[helm]] ==
=== Installation using [[helm]] ===
 
 
* <code>[[helm repo add]] kubernetes-[[dashboard]] https://kubernetes.github.io/dashboard/</code>
 
* <code>[[helm repo add]] kubernetes-[[dashboard]] https://kubernetes.github.io/dashboard/</code>
 
* <code>[[helm install my-release kubernetes-dashboard/kubernetes-dashboard]]</code>
 
* <code>[[helm install my-release kubernetes-dashboard/kubernetes-dashboard]]</code>
* <code>[[helm install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --set=service.externalPort=8080,resources.limits.cpu=200m]]</code>
+
* <code>[[helm install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --set=service.externalPort=8080,resources.limits.cpu=200mm]]</code>
  
=== [[Installation Kubernetes dashboard using kubectl apply]] ===
+
== [[Installation Kubernetes dashboard using kubectl apply]] ==
 
 
=== [[Minikube]] ===
 
* <code>[[minikube addons enable dashboard]]</code>
 
  
 
== Related ==
 
== Related ==
 
k get svc -A | grep kubernetes-dashboard
 
kubernetes-dashboard  [[dashboard-metrics-scraper]]  ClusterIP  10.111.46.179    <none>        8000/TCP               
 
8m19s
 
kubernetes-dashboard  kubernetes-dashboard        ClusterIP  10.96.35.228    <none>        80/TCP                 
 
8m19s
 
 
[[k logs kubernetes-dashboard-XXXXXXX -n kubernetes-dashboard]]
 
 
 
* <code>[[kubectl describe pod my-release-kubernetes-dashboard]]</code>
 
* <code>[[kubectl describe pod my-release-kubernetes-dashboard]]</code>
  
  
 
  {
 
  {
   [["kind": "Status"]],
+
   "[[kind]]": "[[Status]]",
 
   "apiVersion": "v1",
 
   "apiVersion": "v1",
 
   "metadata": {
 
   "metadata": {
Line 36: Line 23:
 
   },
 
   },
 
   "status": "Failure",
 
   "status": "Failure",
   "message": "[[no endpoints available for service]] \"kubernetes-dashboard\"",
+
   "message": "no [[endpoints]] available for service \"kubernetes-dashboard\"",
   "reason": "[[ServiceUnavailable]]",
+
   "reason": "ServiceUnavailable",
 
   "code": 503
 
   "code": 503
 
  }
 
  }
Line 76: Line 63:
 
* <code>[[minikube addons list]]</code>
 
* <code>[[minikube addons list]]</code>
 
* <code>[[kubectl proxy]]</code>
 
* <code>[[kubectl proxy]]</code>
* [[Kubernetes Metrics Server (KMS)]]
+
* [[Kubernetes Metrics Server]]
 
* <code>[[kubectl get services]]</code>
 
* <code>[[kubectl get services]]</code>
 
* <code>[[kubectl get secret]]</code>
 
* <code>[[kubectl get secret]]</code>
Line 83: Line 70:
 
* [[kubeconfig]]
 
* [[kubeconfig]]
 
* [[GKE]]: <code>[[addonsConfig]]</code>
 
* [[GKE]]: <code>[[addonsConfig]]</code>
* [[Lens]]
 
  
 
== See also ==
 
== See also ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: