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

kubernetes-dashboard I have got 404 error if I try to get access from external

I'm trying to run dashboard in Kube v. 1.21 on AWS EKS Kubernetes-dashboard work well using kubectl proxy. But through Istio I have got 404 error. https://jazz.lnk/kubedash/dashboard/ Perhaps URL ../dashboard/.. isn't correct? Also, I may get a…
0
votes
1 answer

Kubernetes dashboard not accessible after change service to node port

We have multi-node cluster setup, now try to install dashboard. I ran command kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml and it deploy all resource. I check the service is created. #…
Nilesh
  • 20,521
  • 16
  • 92
  • 148
0
votes
0 answers

How to expose a K8s Dashboard deployed to a kind cluster?

I have successfully created a kind cluster on a remote virtual machine. My team would like to have access to cluster to learn k8s and play around a bit. I would like to expose the dashboard so that it can be reached on https://ip:20443. For that I…
Hodossy Szabolcs
  • 1,598
  • 3
  • 18
  • 34
0
votes
1 answer

How do i directly know the root parent workload that a Pod belongs to

Problem Statement: I have a Pod which belongs to a workload, now I want to know the workload that initiated that Pod. One way of doing it right now is going through the ownerReference and then going up the chain recursively finding for the root…
0
votes
2 answers

Can't access deployed Kubernetes-Dashboard - Error 503

i folowed guide on official Kubernetes Dashboard github (https://github.com/kubernetes/dashboard) and now I'm facing problem with accessing it. I used kubectl proxy to redirect internal port outside, but when I try to open…
0
votes
1 answer

Helm chart kubernetes-dashboard. Cannot upgrade to version 5.0.0

Im trying to upgrade kubernetes-dashboard helm chart to version 5.0.0 When i run helm sync it gives me error Error: chart requires kubeVersion: >=1.19.0-0 which is incompatible with Kubernetes v1.18.0 My kubernetes versions are Client Version:…
AlexS
  • 927
  • 4
  • 16
  • 29
0
votes
0 answers

Kubernetes Ingress with external Reverse Proxy

I'm trying to make the kubernetes dashboard externally accessible. For this i installed nginx-ingress as ingress controller in my kubernetes cluster which is accessible on port 32012 on the kubernetes node IP. Now i want to make it accessible via a…
0
votes
1 answer

Is the aggregation information in kubernetes dashboard available at the CLI? Or through an API?

I've seen in the Kubernetes dashboard the tracking of some information in the form of: X happened 14 times and the last occurence was at time T Where is this data coming from? Can I query for it using the kubectl? Is there a K8s API for this…
lucidquiet
  • 6,124
  • 7
  • 51
  • 88
0
votes
1 answer

How can I acces the Kubernetes Dashboard on a remote Machine

I am new at kubernetes and I am trying to setup a clsuter on a remote server. For this I use microk8s and a server from hetzner-cloud (https://www.hetzner.com/de/cloud). I entered the server with ssh and followd the microk8s installation…
0
votes
2 answers

Kubernetes dashboard via GCP

Sorry to bother you, but i am having a serious issue with my online DevOps learning. In fact, i am taking a Devops course and we are using the google cloud platform as a cloud. When i create my cluster with gcloud container clusters create xxx and…
0
votes
1 answer

Recover kubernetes-dashboard pod?

I've installed kubernetes on Ubuntu 18.04.5 LTS (Bionic Beaver). And now try to run the kubernetes-dashboard. However it keeps crashing. NAME READY STATUS RESTARTS …
NLTBO
  • 3
  • 3
0
votes
0 answers

Unable to connect to Kubernetes dashboard

I have set up EKS cluster on a EC2 instance. I have installed the kubernetes dashboard and started the proxy and the server is listening on 8001 port. kubectl get deployments --namespace=kubernetes-dashboard NAME READY …
zilcuanu
  • 3,451
  • 8
  • 52
  • 105
0
votes
2 answers

Can't access k8s-dashboard when enabling firewall

I have a single-master kubeadm cluster setup with 3 nodes (2 workers). I can access the kubernetes-dashboard trough kubectl proxy on my local computer until I enable my firewall. My firewall(ufw) config is: master-node Status: active To …
0
votes
0 answers

Back-off pulling image metrics in kubernetes

i installed the k8s dashboard follows as github dashboard address. kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml and output of kubectl get pods --all-namespaces kubernetes-dashboard …
ramond
  • 1
0
votes
1 answer

Kubernetes Dashboard: Display Ingress URLs

i have the kubernetes-dashboard running and i am accessing it from outside the cluster using NGINX Ingress Controller. Everything works fine, after logging in, i can see all deployments, etc. I have several applications deployed, which are made…
Manu
  • 284
  • 2
  • 20