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

Kubernetes dashboard error using service account token

I have a Kubernetes cluster with various resources running fine. I am trying to get the Dashboard working but getting the following error when I launch the dashboard and enter the service-account token. persistentvolumeclaims is forbidden: User …
Rutnet
  • 1,533
  • 5
  • 26
  • 48
5
votes
2 answers

kubernetes dashboard error : 'Metric client health check failed: the server could not find the requested resource (get services heapster).'

I'm new in kubernetes world, so forgive me if i'm writing mistake. I'm trying to deploy kubernetes dashboard My cluster is containing three masters and 3 workers drained and not schedulable in order to install dashboard to masters nodes…
Vincent
  • 69
  • 1
  • 1
  • 7
5
votes
3 answers

How can I delete the Kubernetes dashboard from kube-system?

I can not remove kubernetes-dashboard from Minikube. I tried deleting the deployment "deployment.apps/kubernetes-dashboard" multiple times. But it gets recreated automatically in a few seconds. I am using the following command to delete the…
Nitesh
  • 1,067
  • 1
  • 10
  • 19
5
votes
2 answers

no endpoints available for service for kubernetes dashboard

According to following information, kubernetes-dashboard is creaded. I start kubectl prox to access the dashboard [root@master ~]# kubectl create -f…
Zaw Than oo
  • 9,651
  • 13
  • 83
  • 131
5
votes
1 answer

Enable access to Kubernetes Dashboard without kubectl proxy

If I move a relevant config file and run kubectl proxy it will allow me to access the Kubernetes dashboard through this URL: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/ However if I try to access…
Liz Av
  • 2,864
  • 1
  • 25
  • 35
5
votes
5 answers

which token to use for kubernetes-dashboard login with Google cloud platform

I'm using Google cloud platform and Kubernetes. I'm trying to find out which token should I use in order to login to the dashboard and have enough permissions to do as I please. I created a 3-node Kubernetes 1.8.6 cluster on Google Cloud Platform my…
ufk
  • 30,912
  • 70
  • 235
  • 386
4
votes
1 answer

What are the differences between tokens generated by `aws-iam-authenticator` and `aws eks get-token` when authenticate to kubernetes-dashboard?

kubectl is using aws eks get-token and works perfectly. But when I try to login to kubernetes-dashboard with the token generated below I get Unauthorized (401): Invalid credentials provided: AWS_PROFILE=MYPROFILE aws eks get-token --cluster-name…
RubenLaguna
  • 21,435
  • 13
  • 113
  • 151
4
votes
2 answers

Can I access my Kubernetes Dashboard via DomainName pointing to specific server instead of localhost

Document followed https://docs.aws.amazon.com/eks/latest/userguide/dashboard-tutorial.html I am able to set up the dashboard and access it using the link …
codeaprendiz
  • 2,703
  • 1
  • 25
  • 49
4
votes
1 answer

kubectl proxy not working on Ubuntu LTS 18.04

I've installed Kubernetes on ubuntu 18.04 using this article. Everything is working fine and then I tried to install Kubernetes dashboard with these instructions. Now when I am trying to run kubectl proxy then the dashboard is not cumming up and it…
Kundan
  • 1,394
  • 1
  • 13
  • 26
4
votes
1 answer

Enable Access for Kubernetes Dashboard via external VIP or Floating IP

I have a Kubernetes Cluster setup with below topology I have deployed Kubernetes Dashboard on the cluster and able to access dashboard with kubectl proxy. But when I try to access the Dashboard via Floating IP/VIP using the…
4
votes
2 answers

Kubernetes Dashboard Installation giving x509: certificate signed by unknown authority error

Trying to install kubernetes dashboard in Ubuntu 16.04 resulting in x509: certificate signed by unknown authority error. Kubernetes cluster with a single node is running fine and deployments are happening too. Tried enabling apiserver-host property…
Nishant Kansal
  • 501
  • 1
  • 10
  • 23
3
votes
0 answers

How to make the kubernetes dashboard accessible through normal http?

I am struggling with this since basically WEEKS now... There is literally not one single example how to do this on the whole internet. Its actually quiet hilarious. My dashboard deployment: spec: progressDeadlineSeconds: 600 replicas: 1 …
3
votes
2 answers

IngressRoute for Kubernetes-Dashboard using Traefik

I'm moving my project to Kubernetes using Traefik for routing and MetalLB as my load balancer. I've deployed several apps and I'd like to make use of official Kubernetes-Dashboard. So I deployed the Kubernetes-Dashboard using recommended config and…
3
votes
1 answer

Howto use keycloak, oauth2 and dashboard - Error 403 invalid request - invalid scope

I am trying to use Keycloak with Oauth2 to secure kubernetes-dashboard. I found several post about this error, but none was specific for my problem. maybe i just miss a simple step .. so far i followed this guide:…
biohell
  • 304
  • 3
  • 14
3
votes
1 answer

Kubernetes dashboard error messages: configmaps is forbidden: User "system:serviceaccount:kube-system:deployment-controller" cannot list resource

The Kubernetes dashboard outputs a bunch of error messages. Should you ignore them? If not, how do you fix them? warning configmaps is forbidden: User "system:serviceaccount:kube-system:deployment-controller" cannot list resource "configmaps" in API…
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
1
2
3
14 15