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