Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
74 views

Docker Desktop For Windows on WSL2 I'm following the k8s blog here : https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/ I'm able to create the kubernetes dashboard x@y:...
BaltoStar's user avatar
  • 9,151
0 votes
1 answer
606 views

I've been struggling with an authentication issue in my Kubernetes Dashboard setup. While the OAuth2 Proxy successfully authenticates with Azure AD and sets the correct cookies (_oauth2_proxy), the ...
Mihail's user avatar
  • 823
2 votes
2 answers
6k views

I am trying to use oauth-proxy to provide authentication on the kubernetes dashboard using keycloak in EKS. I have managed to get to a point where oauth-proxy will forward the authorization header to ...
geoffo-dev's user avatar
1 vote
1 answer
742 views

I deployed kubernetes dashboard in Azure Kubernetes cluster with the help of following command kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended....
akhil's user avatar
  • 1,893
1 vote
1 answer
1k views

I am running into issues when trying to use the kubernetes dashboard. Searching for my pod name rarely finds anything even though the pod exists. Looking at HTTP requests in the browser, the dashboard ...
user5994461's user avatar
  • 7,372
2 votes
2 answers
1k views

When running the Kubernetes Dashboard in a Windows Docker Desktop when I click on "pods" either nothing is shown There is nothing to display here No resources found. or I get this error: ...
tm1701's user avatar
  • 7,723
1 vote
1 answer
230 views

hi,guys,i got some issues when i'm going to running my kubernetes-dashboard😥. the details of the issue is: i cant access my dashboard in browser by using https://<master-ip>:<nodePort>(...
BugKiller's user avatar
0 votes
1 answer
3k views

I am able to access my kubernetes dashoard UI by accessing below url and providing the token and hitting sign in button on the login screen http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/...
anandhu's user avatar
  • 800
0 votes
1 answer
444 views

I have installed minikube on my linux server on my Oracle VM. I have tried opening the dashboard, but I can't open it open on my local machine. The process I follow: minikube start minikube dashboard ...
Krishna Harika 's user avatar
2 votes
0 answers
311 views

We set up the k3s environment and to access the Kubernetes dashboard we use Kubernetes-dashboard. I want to use the --token-auth-file option for the static token in the k3s. After that, I want to use ...
Dhananjay Gahiwade's user avatar
0 votes
1 answer
185 views

I want to configure Kubernetes Dashboard on a remote server using this guide: https://k21academy.com/docker-kubernetes/kubernetes-dashboard/ I installed it using: kubernetes@kubernetes1:~$ kubectl ...
Peter Penzov's user avatar
  • 1,074
2 votes
2 answers
2k views

I have two servers with k3s setup. I have install k8s-dashboard on server1. I have setup clustering in server1 i.e. I can access k8s resources of server2 from server1. kubectl config set-cluster ...
Rupesh Shinde's user avatar
2 votes
2 answers
957 views

I have a Kubernetes cluster (release 1.23.4) working using Traefik(release 2.7.0). I would like to access the kubernetes dashboard through IngressRoute Traefix, everything seems to work correctly no ...
Manu's user avatar
  • 21
11 votes
3 answers
12k views

I'm trying to follow the instructions at https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md to create a Kubernetes Dashboard token. However, when I ...
Alana Storm's user avatar
0 votes
1 answer
1k views

I've recently been learning Docker and Kubernetes. I think i now understand docker pretty well so ive been trying to make the kubernetes work. I'm on Windows btw. I have installed kubernetes with the ...
aBeautifulSwan's user avatar
0 votes
1 answer
297 views

enter image description here I followed this tutorial https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md However, after finished all steps, i stll ...
Lzjxc's user avatar
  • 3
7 votes
1 answer
3k views

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: ...
MajesticOl's user avatar
0 votes
1 answer
5k views

I am new to Kubernetes and i am trying to deploy a MicroKubernetes cluster on 4 raspberry PIs. I am struggling with setting up the dashboard since (no joke) a total of about 30 hours now and starting ...
MajesticOl's user avatar
0 votes
0 answers
768 views

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 ../...
Rostyslav Malenko's user avatar
4 votes
2 answers
6k views

I am using the official kubernetes dashboard in Version kubernetesui/dashboard:v2.4.0 to manage my cluster and I've noticed that, when I select a pod and look into the logs, the length of the ...
Manu's user avatar
  • 486
1 vote
1 answer
2k views

Should be a simple task, I simply want to run the Kubernetes Dashboard on a clean install of Kubernetes on a Raspberry Pi cluster. What I've done: Setup the initial cluster (hostname, static ip, ...
Matthew Vine's user avatar
2 votes
1 answer
1k views

I have 2 kubernetes clusters in the IBM cloud, one has 2 Nodes, the other one 4. The one that has 4 Nodes is working properly but at the other one I had to temporarily remove the worker nodes due to ...
deHaar's user avatar
  • 18.7k
0 votes
1 answer
466 views

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 ...
NPatel's user avatar
  • 21.4k
0 votes
1 answer
2k views

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 ...
ashu8912's user avatar
0 votes
1 answer
996 views

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....
AlexS's user avatar
  • 927