Longhorn
Cloud-Native distributed storage built on and for Kubernetes
Install / Use
/learn @longhorn/LonghornREADME
Longhorn is a distributed block storage system for Kubernetes. Longhorn is cloud-native storage built using Kubernetes and container primitives.
Longhorn is lightweight, reliable, and powerful. You can install Longhorn on an existing Kubernetes cluster with one kubectl apply command or by using Helm charts. Once Longhorn is installed, it adds persistent volume support to the Kubernetes cluster.
Longhorn implements distributed block storage using containers and microservices. Longhorn creates a dedicated storage controller for each block device volume and synchronously replicates the volume across multiple replicas stored on multiple nodes. The storage controller and replicas are themselves orchestrated using Kubernetes. Here are some notable features of Longhorn:
- Enterprise-grade distributed storage with no single point of failure
- Incremental snapshot of block storage
- Backup to secondary storage (NFSv4 or S3-compatible object storage) built on efficient change block detection
- Recurring snapshot and backup
- Automated non-disruptive upgrade. You can upgrade the entire Longhorn software stack without disrupting running volumes!
- Intuitive GUI dashboard
You can read more technical details of Longhorn here.
Releases
NOTE:
- <version>* means the release branch is under active support and will have periodic follow-up patch releases.
- Latest release means the version is the latest release of the newest release branch.
- Stable release means the version is stable and has been widely adopted by users.
- Release EOL: One year after the first stable version. For the details, please refer to Release Support.
https://github.com/longhorn/longhorn/releases
| Release | Latest Version | Stable Versions | Release Note | Important Note | Active | |-----------|-----------------|-----------------------------------|-----------------------------------------------------------------|--------------------------------------------------------------|--------| | 1.11* | 1.11.1 | 1.11.1 | 🔗 | 🔗 | ✅ | | 1.10* | 1.10.2 | 1.10.2 | 🔗 | 🔗 | ✅ | | 1.9* | 1.9.2 | 1.9.2 | 🔗 | 🔗 | ✅ | | 1.8* | 1.8.2 | 1.8.2 | 🔗 | 🔗 | | | 1.7 | 1.7.3 | 1.7.3, 1.7.2, 1.7.1 | 🔗 | 🔗 | | | 1.6 | 1.6.4 | 1.6.4, 1.6.3, 1.6.2, 1.6.1 | 🔗 | 🔗 | | | 1.5 | 1.5.5 | 1.5.5, 1.5.4, 1.5.3 | 🔗 | 🔗 | | | 1.4 | 1.4.4 | 1.4.4, 1.4.3, 1.4.2, 1.4.1 | 🔗 | 🔗 | | | 1.3 | 1.3.3 | 1.3.3, 1.3.2 | 🔗 | 🔗 | | | 1.2 | 1.2.6 | 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2 | 🔗 | 🔗 | | | 1.1 | 1.1.3 | 1.1.3, 1.1.2 | 🔗 | | |
Roadmap
https://github.com/longhorn/longhorn/wiki/Roadmap
Components
Longhorn is 100% open-source software. Project source code is spread across several repositories:
| Component | What it does | GitHub repo | | :----------------------------- | :--------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | | Longhorn Backing Image Manager | Backing image download, sync, and deletion in a disk | longhorn/backing-image-manager | | Longhorn Instance Manager | Controller/replica instan
