404 after connecting to k8s dashboard

Hi everyone,

after connecting to k8s dashboard through kubeconfig. i get 404 not found the server could not find requested resource. I am using k8s version1.27.

1 Reply

Hi @moedev99

I'm unsure what's wrong; try checking if the dashboard runs without any errors.

Login to SSH,

kubectl get pods -n kubernetes-dashboard

Next, please provide us with log details.

kubectl logs <POD_NAME> -n kubernetes-dashboard

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct