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
0
votes
1 answer

Access to kubernetes dashboard using gcloud

Using gcloud I have created a stand cluster. When I run the command kubectl cluster-info I have this output: Kubernetes master is running at https:// GLBCDefaultBackend is running at…
french_dev
  • 2,117
  • 10
  • 44
  • 85
0
votes
1 answer

Kubernetes dashboard does not respond when number of Pods are high

Kubernetes Dashboard works fine before a large number of Pods (more than 1000) are scheduled using a Deployment. When many Pods are run, I get the following error when trying to click on any page in the Dashboard: Error: 'dial tcp :9090:…
cryanbhu
  • 4,780
  • 6
  • 29
  • 47
0
votes
3 answers

Unable to install Kubernetes dashboard on AWS

I'm trying to install kubernetes dashboard on AWS Linux image but I'm getting JSON output on the browser. I have run the dashboard commands and given token but it did not work.
0
votes
1 answer

Kubernetes-dashboard pod is crashing again and again

I have installed and configured Kubernetes on my ubuntu machine, followed this Document After deploying the Kubernetes-dashboard, container keep crashing kubectl create -f…
Ashwani
  • 485
  • 2
  • 9
  • 23
0
votes
1 answer

kubernetes dashboard is not accessible from outside

I have installed and configure Kubernates in my Ubuntu virtual machine Reference: Document Link Started kubernetes proxy using below command kubectl proxy --address='0.0.0.0' I'm able to access my dashboard using http://localhost:8001 link on…
Ashwani
  • 485
  • 2
  • 9
  • 23
0
votes
3 answers

Access to Kubernetes in IBM Cloud

I had a friend grant me access to his kube cluster (hosted on IBM Cloud). I can login via the IBM Cloud console However when I try to access them via the kubectl: kubectl get nodes results in an error message: Error from server (Forbidden):…
Manglu
  • 10,744
  • 12
  • 44
  • 57
0
votes
3 answers

Accessing the Kube dashboard on IBM Cloud

The kube dashboard should be easily accessible from the IBM Cloud console. However when I try accessing it, I get a 401 error message (this is not always the case however it happened a lot today) The suggestion provided in the 401 page did not…
Manglu
  • 10,744
  • 12
  • 44
  • 57
0
votes
1 answer

How to log in to Kubernetes Dashboard UI with Service Account's token

I installed Kubernetes's dashboard and now I am trying to log in. It asks for Kubeconfig or Token, I chose to use Token. I created a new service: kubectl create serviceaccount myservice master@osboxes:~$ kubectl get serviceaccount myservice -o…
E235
  • 11,560
  • 24
  • 91
  • 141
0
votes
1 answer

Kubernetes Dashboard Static Password FIle uer cannot list

I had tried Access-control#admin-privileges to use dashboard and it works. Then I tried Static Password File to login dashboard. I added --basic-auth-file= to /etc/kubernetes/manifests/kube-apiserver.yaml, added --authentication-mode=basic to…
gavinlin
  • 13
  • 6
0
votes
1 answer

Get the Kubernetes Dashboard via LoadBalancer IP adress

I installed Kubernetes HA using Kubeadm OS: Centos7 K8S Version : 1.9.6 6 VMs : 2 Masters, 3 workers and a LoadBanacer ( nginx ) I want to access the dashboard using the LoadBalancer Ip addess, how could i do this ? is there any tutorial for this ?…
kikas
  • 127
  • 1
  • 3
  • 9
0
votes
1 answer

Unable to access Kubernetes Dashboard via kubeconfig

I'm trying to access Kubernetes Dashboard via a kubeconfig file but I don't know how to create a kubeconfig file to access it. I can access it by a token way but I want to access it by a kubeconfig file, too. thanks
Meysam Mahmoodi
  • 433
  • 5
  • 19
0
votes
1 answer

error: clusterrole must be specified

I am trying to get the Kubernetes Dashboard running, but I am running into trouble with no clusterrole being specified. kubectl create clusterrolebinding add-on-cluster-admin --serviceaccount=kube-system:kubernetes-dashboard-minimal error:…
bdparrish
  • 3,216
  • 3
  • 37
  • 58
0
votes
1 answer

Cannot access Kubernetes dashbaord from browser using Cloud

I am using Google Cloud and I am learning Docker and Kubernetes. I managed to do everything but when I try to reach Kubernetes-dashboard I can't do it. I get the following error when I hit the URL for accessing the dashboard -> User…
user3745635
  • 847
  • 1
  • 8
  • 21
0
votes
1 answer

One Kubernetes dashboard for multiple clusters

Is it possible to use one Kubernetes Web UI (Dashboard) for several independent clusters, with a simple switch between them? Using a proxy to the dashboard of each cluster is not appropriate, because not all clusters have external access. Example…
Kapusta
  • 1
  • 2
-1
votes
1 answer

Kubernetes Dashboard deployed through Terraform and helm_release module is not working

I deployed kubernetes dashboard using Terraform into my Azure Kubernetes cluster, using the following code: terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = ">=3.0.0" } } } provider…
akhil
  • 1,649
  • 3
  • 19
  • 31
1 2 3
14
15