Difference between revisions of "Kubernetes dashboard"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 61: Line 61:
 
* [[Kubernetes Metrics Server]]
 
* [[Kubernetes Metrics Server]]
 
* <code>[[kubectl get services]]</code>
 
* <code>[[kubectl get services]]</code>
 +
* <code>[[kubectl get secret]]</code>
 
* <code>[[helm install]]</code>, <code>[[helm uninstall]]</code>
 
* <code>[[helm install]]</code>, <code>[[helm uninstall]]</code>
 
* [[Horizontal Pod Autoscaler (HPA)]]
 
* [[Horizontal Pod Autoscaler (HPA)]]

Revision as of 17:37, 13 June 2022

Installation using helm

Installation Kubernetes dashboard using kubectl apply

Related

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "no endpoints available for service \"kubernetes-dashboard\"",
  "reason": "ServiceUnavailable",
  "code": 503
}

Unauthorized

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "Unauthorized",
  "reason": "Unauthorized",
  "code": 401
}


NotFound

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "services \"kubernetes-dashboard\" not found",
  "reason": "NotFound",
  "details": {
    "name": "kubernetes-dashboard",
    "kind": "services"
  },
  "code": 404
}

Related terms

See also

Advertising: