i try to access the dash board from jumphost to the dashboard of master node it not work. try to find some work around it not fix it.
Page 1 / 1
@jaiganeshjk
i try to port forward to jumphost server not work
@jaiganeshjk
Hello @Kittikom.Pa
I noticed that you're using the incorrect port number "8000" instead of "8080" in the URL. Additionally, I assume that the IP address you're using is that of your local machine.
Hello @Kittikom.Pa
I noticed that you're using the incorrect port number "8000" instead of "8080" in the URL. Additionally, I assume that the IP address you're using is that of your local machine.
Hi sir, i try both port still result in the same.
@Kittikom.Pa For port-forwarding through a jump host, you might have to follow the below steps.
Running a port-forward to the service from the jump-box.
Another terminal connecting ssh to the jump-host through with forward(SSH-tunnelling).
ssh -L 8080:<ip-address>:8080 user@jumpbox-server
Alternatively and more easier & reliable is to use a ingress/loadbalancer service(with metalllb) to access k10.
the best option is to follow the recommendation provided by @jaiganeshjk in the pervios comment.
@Kittikom.Pa have you found the solution ? I have been facing the same problem, developing kasten on NKE, everything goes well but cannot access the dasboard