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
2 answers

How to get Prometheus data in Kubernetes Dashboard

We are using Prometheus to monitor our kubernetes. I was going through kubernetes dashboard code. API's are there to access heapster(Being removed soon) metrics. I am wondering, is there any way we can integrate prometheus data into kubernetes…
Siddharood
  • 908
  • 1
  • 12
  • 24
0
votes
1 answer

kubernetes-dashboard cannot display metrics of metrics-server

I built a cluster of kubernetes and installed kubernetes-dashboard and metrics-server, but metric information for the metrics-server (CPU and memory) is not displayed on kubernetes-dashboard. I installed kubernetes-dashboard using kubectl apply -f…
Duke Lu
  • 17
  • 4
0
votes
1 answer

why kubernetes Service Account does not have Access and unable to process REST query?

i have a system which is running swagger-ui for testing REST queries and minikube for managing the containers of different query services. Now when i execute a POST request on swagger it throws this error: "timestamp":…
rehan
  • 143
  • 3
  • 17
0
votes
1 answer

How to configure Basic Authentication Configuration in Kubernetes Dashboard

How to configure Basic Authentication Configuration In kubernetes Dashbaord .I have done below steps --authentication-mode=basic added in kubernetes dashboard deployment yaml. Done API server to be configured (inside…
Way Fun
  • 109
  • 2
  • 7
0
votes
1 answer

Can't access to Dashboard from my desktop in LAN

I installed a raspberry pi Kubernetes cluster at home. I wanted to access to a dashboard to monitor things in my private network. So I installed the arm version of k8s dashboard. The service is up and running : NAMESPACE NAME …
Baptiste Arnaud
  • 2,522
  • 3
  • 25
  • 55
0
votes
1 answer

Error to deploy the Kubernetes Dashboard on EKS using terraform

I have used the terraform to setup the EKS cluster and worker nodes, they are all working, However, when I try to deploy the K8S dashboard on the cluster by following the documentation on AWS:…
Akira
  • 273
  • 5
  • 15
0
votes
2 answers

Unable to get kubernetes dashboard

I've installad a new cluster (version 1.13.5 of kubectl kubelet kubeadm), then I've installed flannel and add a worker node. Now I'm trying to add kubernetes dashboard to my cluster but after i run $ kubectl apply -f…
Manuel Castro
  • 1,633
  • 3
  • 24
  • 38
0
votes
1 answer

Cannot access to Kubernetes Dashboard

I have a K8s cluster (1 master, 2 workers) running on 3 vagrant VMs on my computer. I've installed kubernetes dashboard, like explained here. All my pods are running correctly: kubectl get pods -o wide --namespace=kube-system NAME …
iAmoric
  • 1,787
  • 3
  • 31
  • 64
0
votes
0 answers

Kubernetes dashboard connect: no route to host

I am running Kubernetes on bare metal and use Kubernets dashboard to manage the cluster. This functions fine at first, but after 5-30 minutes when I try to access the dashboard…
Sven Hakvoort
  • 3,543
  • 2
  • 17
  • 34
0
votes
0 answers

Kubernetes Dashboard service not accessible

I have created "helloworld" application in python and dockerised it and pushed my image in docker hub repository. Then deployed it in kubernetes dashboard. This is my yaml file { "kind": "Service", "apiVersion": "v1", "metadata": { …
0
votes
1 answer

Run a web page similar to kubernetes dashboard

I a want to run a web page similar like kubernetes dashboard.The web page takes input from the user and generates a small file but i want the web page to be loaded without using any server. kubernetes is deploying a pod and bringing up the web page…
jaya rohith
  • 191
  • 2
  • 5
  • 13
0
votes
1 answer

Kubernetes initial password (GCP)? (not using kops?)

Generally you can use kops get secrets kube --type secret -oplaintext, but I am not running on AWS and am using GCP. I read that kubectl config view should show you this info, but I see no such thing (wondering if this has to do with GCP…
0
votes
1 answer

What version of Kubernetes Dashboard (1.6 or 1.7) is this Yaml file?

From this documentation, there are separate processes for accessing dashboard depending on what version is installed, yet I cannot find any way to determine which version is installed. This uses the following…
Alexander Kleinhans
  • 5,950
  • 10
  • 55
  • 111
0
votes
1 answer

Pod with 2 containers and Dashboard

If I have a pod with 2 containers, how can i exec into a specific container from Dashbaord.
sbolla
  • 671
  • 3
  • 22
  • 39
0
votes
5 answers

Access kubernetes web ui from remote client

I got a cluster running on a Ubuntu server. I provide the web content on the server running in the cluster via port 80/443. The server itself I am accessing via ssh only, so no graphical interface at all. Now I want to access the kubernetes web ui…
elp
  • 840
  • 3
  • 12
  • 36