191 questions
0
votes
1
answer
74
views
kubernetes dashboard create token fails
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:...
0
votes
1
answer
606
views
Kubernetes Dashboard with OAuth2 Proxy returns 401 after successful Azure AD login
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 ...
2
votes
2
answers
6k
views
Using kubernetes-dashboard with outh2-proxy and keycloak (and EKS) - unauthorized
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 ...
1
vote
1
answer
742
views
MSG_LOGIN_UNAUTHORIZED_ERROR while kubernetes dashboard
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....
1
vote
1
answer
1k
views
How to tune the kubernetes dashboard to work effectively and not crash OOM all the time?
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 ...
2
votes
2
answers
1k
views
Windows Docker Desktop - Kubernetes Dashboard - no data on pods is shown OR access is forbidden
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:
...
1
vote
1
answer
230
views
Cannot access https://<master-ip>:<nodePort> when using kubernetes-dashboard(timeout)
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>(...
0
votes
1
answer
3k
views
Is there a way to access kubernetes dashboard by passing token on the url?
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/...
0
votes
1
answer
444
views
Cannot open minikube dashboard from the VM on my local machine
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
...
2
votes
0
answers
311
views
How to setting --token-auth-file for k3s
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 ...
0
votes
1
answer
185
views
Cannot configure remote access to Kubernetes Dashboard
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 ...
2
votes
2
answers
2k
views
Can I access multiple clusters from single k8s dashbaord?
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 ...
2
votes
2
answers
957
views
Kubernetes dashboard through traefik
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 ...
11
votes
3
answers
12k
views
Creating a Kubernetes Dashboard Token
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 ...
0
votes
1
answer
1k
views
I can't access a kubernetes service from localhost
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 ...
0
votes
1
answer
297
views
Cant create k8s dashboard service account
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 ...
7
votes
1
answer
3k
views
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:
...
0
votes
1
answer
5k
views
How to access kubernetes microk8s dashboard remotely without Ingress?
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 ...
0
votes
0
answers
768
views
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 ../...
4
votes
2
answers
6k
views
Show more logs in kubernetes dashboard
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 ...
1
vote
1
answer
2k
views
Kubernetes Dashboard CrashLoopBackOff: timeout error on Raspberry Pi cluster
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, ...
2
votes
1
answer
1k
views
No Pods reachable or schedulable on kubernetes cluster
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 ...
0
votes
1
answer
466
views
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 ...
0
votes
1
answer
2k
views
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 ...
0
votes
1
answer
996
views
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....