scdf-server service url not responding

184 Views Asked by At

I have scdf installed via kuberbetes using minikube. All the pods along with services are in running state. Now I want to access scdf dashboard. As per documentation I got it from:

./minikube service --url scdf-server

http://192.168.225.22:30731

Now If I am trying to access this ip from browser, its refusing to connect. Please help here.enter image description here

Edit:

Done via NodePort as well, still getting same error. enter image description here

1

There are 1 best solutions below

2
On

It appears that you are deploying your SCDF/Skipper services as LoadBalancer types and the External-IP status pending suggests you don't have a load-balancer setup that works for minikube (like metalLB on minikube).

On minikube, I would go with NodePort as the service type instead of LoadBalancer. This would at least get you going with the local accessibility.