Access the User Interface
Once Longhorn has been installed in your Kubernetes cluster, you can access the UI dashboard.
-
Get the Longhorn’s external service IP:
kubectl -n longhorn-system get svc
For Longhorn v0.8.0, the output should look like this, and the
CLUSTER-IP
of thelonghorn-frontend
is used to access the Longhorn UI:NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE longhorn-backend ClusterIP 10.20.248.250 <none> 9500/TCP 58m longhorn-frontend ClusterIP 10.20.245.110 <none> 80/TCP 58m
In the example above, the IP is
10.20.245.110
.For Longhorn v0.8.0+, UI service type changed from
LoadBalancer
toClusterIP.
-
Navigate to the IP of
longhorn-frontend
in your browser.The Longhorn UI looks like this: