Running Longhorn on Google Kubernetes Engine
Google Kubernetes Engine (GKE) requires some additional setup for Longorn to function properly. If you’re a GKE user, read this doc before proceeding.Install With Kubectl
Install Longhorn with the kubectl client.
kubectlYou can install Longhorn on any Kubernetes cluster using this command:
kubectl create -f https://raw.githubusercontent.com/longhorn/longhorn/v0.8.0/deploy/longhorn.yaml
One way to monitor the progress of the installation is to watch Pods being created in the longhorn-system namespace:
kubectl get pods \
--namespace longhorn-system \
--watch
Running Longhorn on Google Kubernetes Engine
Google Kubernetes Engine (GKE) requires some additional setup for Longorn to function properly. If you’re a GKE user, read this doc before proceeding.© 2019-2026 Longhorn a Series of LF Projects, LLC. Documentation Distributed under CC-BY-4.0.
For website terms of use, trademark policy and other project policies please see lfprojects.org/policies.