Questions tagged [kubernetes-dashboard]

Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.

Dashboard documentation can be found on Wiki pages.

212 questions
2
votes
2 answers

Show more logs in kubernetes dashboard

I am using the official kubernetes dashboard in Version kubernetesui/dashboard:v2.4.0 to manage my cluster and I've noticed that, when I select a pod and look into the logs, the length of the displayed logs is quite short. It's like 50 lines or…
Manu
  • 284
  • 2
  • 20
2
votes
1 answer

No Pods reachable or schedulable on kubernetes cluster

I have 2 kubernetes clusters in the IBM cloud, one has 2 Nodes, the other one 4. The one that has 4 Nodes is working properly but at the other one I had to temporarily remove the worker nodes due to monetary reasons (shouldn't be payed while being…
2
votes
3 answers

k8s dashboard metric does not work (Metric client health check failed)

In my case, dashboard-metrics-scraper does not work. Is there any suggestion? My test environment is kubernetes 1.20.4. kubectl top nodes/pods are works fine Following commands do NOT work on kubernetes-dashboard log 2021/03/22 06:58:35 Metric…
Atsushi Sakai
  • 189
  • 2
  • 7
2
votes
1 answer

Kubernetes dashboard: TLS handshake error

I have an EKS 1.18 cluster. When I tried to deploy a k8s dashboard, it's failing with the error below. Also, my dashboard svc uses a loadBalancer. kind: Service apiVersion: v1 metadata: labels: k8s-app: kubernetes-dashboard annotations: …
user6826691
  • 1,813
  • 9
  • 37
  • 74
2
votes
0 answers

MSG_LOGIN_UNAUTHORIZED_ERROR when acessing kubernetes dashboard

I am fairly new to Kubernetes. up until a month ago, I was able to access the kubernetes dashboard but for some reason one day I encountered a problem: when pressing the "sign in" button after uploading the config file, nothing happens. i went into…
Xalien
  • 55
  • 3
2
votes
1 answer

kubernetes-dashboard broken via AWS ALB ingress

I need some help getting kubernetes-dashboard working properly with an AWS ALB ingress. I have successfully deployed kubernetes-dashboard using the helm chart, and everything works correctly when accessing via kubectl proxy or kubectl port-forward.…
2
votes
1 answer

Embedding Kubernetes Dashboard UI in an Iframe

I am trying to embed Kubernetes Dashboard UI in an iFrame. I am able to see the login page, but when I try to login by providing the token, it does not load the dashboard and I stay on the Login Page itself. I suspect it has to do something with…
Kinshuk
  • 21
  • 2
2
votes
2 answers

Unable to sign in kubernetes dashboard?

After follow all steps to create service account and role binding unable to sign in kubectl create serviceaccount dashboard -n default kubectl create clusterrolebinding dashboard-admin -n default --clusterrole=cluster-admin…
Yogesh Bombe
  • 325
  • 3
  • 18
2
votes
1 answer

Kubernetes externalName service keep pending on dashboard

I create a externalName service to aws RDS db, everything works just fine except Dashboard status always pending. How to fix the dashboard status, is there any annotation to resolve it ? Kubernetes 1.14 Istio 1.4.2 Dashboard…
Hardy
  • 1,499
  • 2
  • 26
  • 39
2
votes
0 answers

Dashboard of Kubernetes in Azure keeps disconnecting with error "an error occurred forwarding 8001 -> 9090"

I have very bad experience with using Kubernetes dashboard in Azure installed by this tutorial. It becomes unresponsive all the time. The reasons vary: When you do not touch the dashboard for couple minutes, it becomes unresponsive. When you open a…
rudolfdobias
  • 1,778
  • 3
  • 17
  • 40
2
votes
4 answers

Installing kubernetes-dashboard with helm fails

I've just created a new kubernetes cluster. The only thing I have done beyond set up the cluster is install Tiller using helm init and install kubernetes dashboard through helm install stable/kubernetes-dashboard. The helm install command seems to…
Increasingly Idiotic
  • 5,700
  • 5
  • 35
  • 73
2
votes
1 answer

How can I access to kubernetes dashboard using NodePort in a remote cluster for testing?

I have a testing Kubernetes cluster running in remote VMs (on VSphere), I have full access to the VMs through ssh (they have private IPs). How can I expose services and access them from outside the cluster (from my remote laptop trying to get…
Sam
  • 21
  • 1
  • 2
2
votes
2 answers

Kubernetes Dashboard by kops on AWS show only json

I've installed Kubernetes by kops on aws, and basically every function is fine so far, except for Dashboad. I've installed it by following this URL, and received no…
2
votes
1 answer

Can I run Kubernetes Dashboard on a separate cluster than the targetted cluster

I have exposed Kube API through proxy, but I do not have permission to run the Dashboard on that cluster. Can I run the dashboard on a separate cluster, and point that dashboard to the desired cluster's API?
user6317694
  • 962
  • 1
  • 9
  • 19
2
votes
1 answer

Visit Kubernetes dashboard through nginx proxy

I wanted to visit my dashboard on a local Kubernetes installation (using docker for mac). I was 'blocked'. I have to provide a token or my config which is normal since the RBAC updates. Now I don't want to kubectl proxy or enable port forwarding…
DenCowboy
  • 13,884
  • 38
  • 114
  • 210