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

no endpoints available for service \"kubernetes-dashboard\" after kubernetes upgrade from 1.17.5 to 1.18.0

I have upgraded my 3 master and 6 nodes kubernetes cluster from kubernetes version 1.17.5 to 1.18.0 and post upgrade kubernetes-dashboard stopped working with below error : { "kind": "Status", "apiVersion": "v1", "metadata": { }, …
Ujjawal Khare
  • 756
  • 2
  • 7
  • 20
0
votes
1 answer

Cannot connect to Kubernetes Dashboard as non-admin user with kubectl proxy

I want to allow non-admin users to use the Kubernetes Dashboard to view the K8 objects in their namespaces. As cluster-admin, I have no issues connecting the the Kubernetes Dashboard using kubectl proxy. When I first attempted to access it with an…
0
votes
0 answers

Not possible to authenticate to dahsboard kubernetes : Internal error (500) (Client.Timeout exceeded while awaiting headers)

I'm starting on Kubernetes.I built a cluster with these features NAME/ STATUS/ ROLES/ VERSION/ TYPE/ OS/ DOCKER/ IP k8s-master-001/ Ready/ master/ v1.18.0/ VM (vmware)/ Ubuntu 19.10 x64/ 19.03.6/ 192.168.10.70 k8s-master-002/ Ready/ master/ v1.18.0/…
0
votes
1 answer

Creating a kubernetes dashboard in a restricted cluster where you are forbidden from roles, rolebinding etc and have no access outside the namespace

I have access to only one namespace inside the cluster and that too is restricted. kind: Role kind: ClusterRole kind: RoleBinding kind: ClusterRoleBinding are forbidden to me. So im not able to create kubernetes dashboard as per the recommended…
ss301
  • 514
  • 9
  • 22
0
votes
1 answer

Cannot reach k8s dashboard after Kubespray deployment

I am a k8s newbie, so I apologize if this has been asked before. There are quite a few aspects to k8s, so I am unsure of what previous questions would apply to this. Earlier this month, I used the latest version of Kubespray to deploy k8s. I'm…
ngpriddy
  • 66
  • 10
0
votes
0 answers

Kubernetes Dashboard Error trying to reach service: 'Proxy Error ( Connection refused )'

I Ran this: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml Then Ran this: nohup kubectl proxy & Then this: curl…
0
votes
0 answers

Kubernetes Dashboard not connecting in the network

I've tried many options to access kubernetes dashboard from a different machine, which is within the network of my master server. From https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ I installed k8s dashboard…
user12912305
0
votes
2 answers

kubernetes dashoboard 「Error trying to reach service: 'proxyconnect tcp: dial tcp: lookup $http_proxy: no such host」

I installed k8s dashboard as written in "https://github.com/kubernetes/dashboard". However, I cannot access this URL. http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/ I receive 「Error trying to…
0
votes
1 answer

how to config basehref for kubernetes dashboard

The k8s cluster is installed on a host which is only allowed requests through port 443 from external network. That means all the pods managed by k8s only can be reached through port 443. I installed a Nginx on the host to server reverse proxy to…
Ethan Hu
  • 33
  • 3
0
votes
1 answer

Expose app with Kubernetes NGINX Ingress Controller on subpath with no control over the basepath of the app

I still can't wrap my head around the problem myself, so I'm not even sure if this is even possible. I cannot change my domain so I can only deploy my apps on subpaths via Ingress and not on subdomains, and I was able to deploy multiple apps by…
satanik
  • 572
  • 7
  • 21
0
votes
2 answers

How to update kubernetes-dashboard with kubespray

I have no idea how to update my kubernetes-dashboard, its currently version 1.10.2 but i need to update it to Beta 2.0 v8. I'm fairly new to kubernetes, does anyone know how to update? I used kubespray to set up the clusters
ThatRadCat
  • 13
  • 2
0
votes
1 answer

Certificate error connecting to a Kubernet cluster behind a firewall

I have a bare metal Kubernete cluster running behind a firewall. When trying to connect to it from my local machine (on the other side of the firewall) the connection do not work because the certificate is not correct. The problem is the following.…
Rodolfo
  • 149
  • 1
  • 9
0
votes
1 answer

Kubernetes dashboard renew SSL certificates

At the moment my kubernetes dashboard shows me that my session in insecure. I have updated the path at with I keep the dashboard certs (/root/certs/) and I need to know how to get kubernetes to use them. I have tried to: Delete the secret…
aphexlog
  • 1,503
  • 3
  • 16
  • 43
0
votes
1 answer

kube-system pods core-dns and dashboard are pending

[root@master /]# kubectl get all --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/coredns-5644d7b6d9-97vkp 0/1 Pending 0 …
0
votes
3 answers

Kubernetes Dashboard is not available

This is my first time what I'm installing Kubernetes and trying to understand how it works. First problem that I can't solve is opening Dashboard via HTTP protocol using proxy by visting the URL from…
Dominik Krulak
  • 601
  • 1
  • 8
  • 19