Iam using an IBM bare metal machine. Using IBM's guide i have created a kubernetes cluster and logged on from my bare metal machine. Installed kubeflow and it was succesful no errors what so ever. But when ever i try to access the kubeflow dashboard i get the following error shown in the image below.
I am not using LoadBalancer because IBM doesnt support one. At the moment i am using a NodePort type and use the following command to port forward. kubectl port-forward svc/istio-ingressgateway 8080:80 -n istio-system
I have read that is possible to use metallb as load balancer on baremetal kubernetes. Tried installing it but the whole cluster was messed up and i coulnt even get to the dashboard shown above. Any idea how to fix this issue?