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 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> | + | * <code>helm install kubernetes-dashboard/kubernetes-dashboard --name my-release --set=service.externalPort=8080,resources.limits.cpu=200m</code> |
− | + | == [[Installation Kubernetes dashboard using kubectl apply]] == | |
− | |||
− | |||
− | |||
== Related == | == Related == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* <code>[[kubectl describe pod my-release-kubernetes-dashboard]]</code> | * <code>[[kubectl describe pod my-release-kubernetes-dashboard]]</code> | ||
{ | { | ||
− | [[ | + | "[[kind]]": "[[Status]]", |
"apiVersion": "v1", | "apiVersion": "v1", | ||
"metadata": { | "metadata": { | ||
Line 36: | Line 23: | ||
}, | }, | ||
"status": "Failure", | "status": "Failure", | ||
− | "message": "[[ | + | "message": "no [[endpoints]] available for service \"kubernetes-dashboard\"", |
− | "reason": " | + | "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 | + | * [[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> | ||
− | |||
== See also == | == See also == |
Advertising: