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.
Edit:

It appears that you are deploying your SCDF/Skipper services as
LoadBalancertypes and the External-IP statuspendingsuggests you don't have a load-balancer setup that works for minikube (like metalLB on minikube).On minikube, I would go with
NodePortas the service type instead ofLoadBalancer. This would at least get you going with the local accessibility.