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

Custom password for kubernetes dashboard when using eks

Is it possible to configure a custom password for the Kubernetes dashboard when using eks without customizing "kube-apiserver"? This URL mentions changes in…
Tanya
  • 51
  • 1
  • 4
0
votes
1 answer

How to restrict a user to one namespace on kubernetes Dashboard?

I have a custom role related to a specific namespace. I want to create a service account that will have access to the Dashboard and only being able to see this namespace assigned to that role. I have tried the following: apiVersion: v1 kind:…
Thanos
  • 1,618
  • 4
  • 28
  • 49
0
votes
0 answers

How to add more nodes in the self signed certificate of Kubernetes Dashboard

I finally managed to resolve my question related to how to add more nodes in the CAs of the Master nodes (How to add extra nodes to the certificate-authority-data from a self signed k8s cluster?). Now the problem that I am facing is I want to use…
Thanos
  • 1,618
  • 4
  • 28
  • 49
0
votes
1 answer

How to add "replicas" from Kubernetes dashboard?

I have made a kubernetes cluster and also deployed a dashboard for the same (https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/). I want to scale (up and down) my deployment very frequently. Locally, i am using below…
love
  • 1,000
  • 2
  • 16
  • 35
0
votes
1 answer

How to integrate Active Directory/AWS IAM to EKS Kubernetes Dashboard access

We have a Kubernetes dashboard created in the kube-system namespace in AWS EKS. We are allowing the accesss to the Kubernetes dashboard by allowing the IP on the inbound rule of the Kubernetes Dashboard ALB security group. Is there a way we can…
0
votes
1 answer

Communication between k8s dashboard and metrics server

How do k8s dashbaord and metrics server communicate? Just like in Prometheus scrapes metrics exposed via REST. How to check what exactly metrics server exposes?
Guna K K
  • 155
  • 2
  • 9
0
votes
1 answer

Kubernetes-dashboard - error trying to reach service: dial tcp 10.36.0.1:8443: i/o timeout

I googled and searched for the answer to my dilemma all answers I could find are not applicable, but they say this has been discussed many times. Below is my actual cluster setup. 4 worker nodes, two masters, and one load balancer. I installed the…
tinashe.chipomho
  • 387
  • 2
  • 8
  • 17
0
votes
1 answer

message: "services "kubernetes-dashboard" not found",

Kubernetes Dashboard docs ( https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ ) say: Kubectl will make Dashboard available at…
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
0
votes
2 answers

Unable able to see Pods CPU and Memory Utilization and graphs are missing Kubernetes dashboard

K8s VERSION = v1.18.6 I have deployed the Kubernetes dashboard using the following command and added a privileged user with which I logged into the dashboard. but not able to see Pods CPU and Memory Utilization graphs are missing Kubernetes…
0
votes
1 answer

Kubernetes dashboard deployment exists, pod not being created

Our team was trying to fix some issues with the Kubernetes dashboard because it couldn’t get a secret. We are using dashboard version 1.8.3 and the Kubernetes server version is version 1.9. In order to check if it was an issue that could be solved…
more whirlpools
  • 335
  • 1
  • 4
  • 16
0
votes
1 answer

kubernetes restricted access to dashboard

I want to create a service account that has a restricted access only. Let us say I have namespace called devops I want to create a service account that only access devops and do something which i set in the below role. kubectl create clusterrole…
Jayson Gonzaga
  • 140
  • 1
  • 4
  • 11
0
votes
1 answer

kubernetes dashboard CrashLoopBackOff

Brand new to kubernetes, but managed to install kubernetes, ubuntu 20.04 LTS, but having issues with the dashboard. followed the procedure, using flannel as CNF. The log states issues with connection to 10.96.0.1:443, but telnet seems to work? Any…
bwa
  • 71
  • 7
0
votes
2 answers

Not able to browse Kubernetes dashboard for clusters created in Azure

Trying to access Kubernetes dashboard (Azure AKS) by using below command but getting error as attached. az aks browse --resource-group rg-name --name aks-cluster-name --listen-port 8851
KRM
  • 119
  • 1
  • 12
0
votes
1 answer

Error running Kubernetes dashboard locally

I am on a Mac and trying to run Kubernetes dashboard locally. I have done this before, but now getting error. Following the instructions and was doing - kubectl apply -f…
Jahid Shohel
  • 1,395
  • 4
  • 18
  • 34
0
votes
1 answer

Kubernetes dashboard access to namespaces with same token or config file

I want to create a kubernetes user who can access k8s dashboard to only few namespaces(let's assume 3 namespaces) using same token or config file and user should be able to use kubectl to get information from cluster with config file. Is this…
Ram
  • 157
  • 1
  • 3
  • 8