Skip to main content
Question

unable to access k10 dashboard, 403 UAEX


Hi Guys,

we are trying to evaluate k10, very simple install on a testing cluster, the pre-flighty and install are all running fine, but after port forwarding, I can’t access the dashboard

 

here is the install command and port forwarding:

helm install k10test kasten/k10  --namespace=kasten-io --set prometheus.server.enabled=false --set grafana.enabled=false

kubectl --namespace kasten-io port-forward service/gateway 8080:8000

gateway log shows 403 UAEX, but I don’t have any network policies or external auth service

is there a way to access the dashboard without the gateway?

 

Thanks

4 comments

  • Author
  • Not a newbie anymore
  • 3 comments
  • November 1, 2022

for some reason, I can’t add logs

something like this

"GET /k10test/ HTTP/1.1" 403 UAEX 0 0 0 - "10.233.74.77" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36

and earlier in the log, has this message

Pod labels are not mounted in the Ambassador container; Kubernetes Ingress support is likely to be limited

will this be related?


Madi.Cristil
Forum|alt.badge.img+8
  • Community Manager
  • 617 comments
  • November 3, 2022

jaiganeshjk
Forum|alt.badge.img+2
  • Experienced User
  • 275 comments
  • November 4, 2022

@omlomlopml Thanks for posting your question.

This might sometime happen if the gateway is unable to reach the auth-svc or if it doesn’t get response from it.

Would you be able to confirm if the auth-svc is running in your cluster and also see if it can be reached through gateway pod.

You can use below command to check the connectivity.

kubectl exec -it deploy/gateway -n kasten-io -- curl -v http://auth-svc:8000/v0/healthz


  • New Here
  • 1 comment
  • May 5, 2023

Hi @jaiganeshjk 

I met the same problem and I tried the communication and it cannot communicate.

It keep waiting

What should i do next?