In this section, you will learn how to install Longhorn with Helm.

    • Each node in the Kubernetes cluster where Longhorn will be installed must fulfill these requirements.
    • Helm v2.0+ must be installed on your workstation.
        1. Refer to the official documentation for help installing Helm.
        1. If you’re using a Helm version prior to version 3.0, you need to .

    Installing Longhorn

    Note: The initial settings for Longhorn can be found in

    1. Fetch the latest charts from the repository:

    2. Install Longhorn in the longhorn-system namespace.

      To install Longhorn with Helm 2, use the command:

      1. helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace
    3. To enable access to the Longhorn UI, you will need to set up an Ingress controller. Authentication to the Longhorn UI is not enabled by default. For information on creating an NGINX Ingress controller with basic authentication, refer to this section.