Question

unable to access k10 dashboard, 403 UAEX


Userlevel 1

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

Userlevel 1

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?

Userlevel 7
Badge +7

@Debarshi_K10 @jaiganeshjk 

Userlevel 6
Badge +2

@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

Hi @jaiganeshjk 

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

It keep waiting

What should i do next?

Comment