Longhorn is installed via Helm in Kubernetes.
helm repo add longhorn https://charts.longhorn.io
helm repo update
helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace
Access the UI:
kubectl -n longhorn-system port-forward svc/longhorn-frontend 8080:80