Skip to main content
Solved

Kasten K10 dashboard HTTP ERROR 404


Kasten-K10 is installed on Kubernetes (Minikube) cluster.

kubectl --namespace kasten-io port-forward --address 10.221.17.213 service/gateway 8080:8000
Forwarding from 10.221.17.213:8080 -> 8000
Handling connection for 8080
Handling connection for 8080

However , Accessing the dashboard throws this error-

This 10.221.17.213 page can’t be found

No webpage was found for the web address: http://10.221.17.213:8080/

HTTP ERROR 404

 

Please suggest.

Best answer by Aly Idriss

Hi,

you need to use this link to open kasten k10:  http://10.221.17.213/k10/#

View original
Did this topic help you find an answer to your question?

4 comments

Aly Idriss
Forum|alt.badge.img+1
  • Comes here often
  • 27 comments
  • Answer
  • August 10, 2022

Hi,

you need to use this link to open kasten k10:  http://10.221.17.213/k10/#


  • Author
  • Comes here often
  • 11 comments
  • August 10, 2022

@Aly Idriss Thanks much , It worked! 


  • New Here
  • 1 comment
  • October 13, 2022

I am experiencing the same issue. Can I post here or should I start a new article?


  • New Here
  • 3 comments
  • January 11, 2023

@WBarnard  Seems like since v5.5.2 /k10/ becomes /kasten/

Thus, https://yourhost/kasten/#


Comment