posts/longhorn-install/ #255
Replies: 1 comment
-
I'd like to consider Longhorn for a new K3s cluster, but I can't determine in what order to install services. Would it make sense to deploy Longhorn immediately after I have my cluster configured and then deploy Traefik, Rancher, etc. after that to ensure storage for all services utilizes Longhorn for storage? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
posts/longhorn-install/
Storage in Kubernetes is hard, complicated, and messy. Configuring volumes, mounts, and persistent volumes claims and getting it right can be a challenge. It’s also challenging to manage that storage and replicate it across all your Kubernetes clusters. It’s also been very challenging to do this on bare metal, outside of a cloud provider. That’s where Longhorn comes. Longhorn is an open source, a CNCF distributed block storage system for Kubernetes. It comes with a UI, backups, snapshots, cluster disaster recovery, and it does all this with or without Rancher. Rancher is NOT a requirement.
https://technotim.live/posts/longhorn-install/
Beta Was this translation helpful? Give feedback.
All reactions