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: