Implement persistent storage with Longhorn #138
Labels
A-core
Area - core
C-enhancement
Category - New feature or request
D-hard
Difficulty - Hard
P-high
Priority - High
k3s (which the cluster is based on) comes with local storage preconfigured. The downside of that is that only node local pods can access that data, so pods on nodes without local storage or pods that want data on other nodes are out of luck.
Longhorn is a distributed storage solution which transmits data between nodes as necessary, so it is probably a better fit for the persistent storage backend for the cluster.
The text was updated successfully, but these errors were encountered: