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
Prefer automation? See Longhorn Ansible Setup for an example playbook.
Prefer containers? See Longhorn Docker Setup.
See Longhorn Security for hardening guidance.
See Longhorn Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.