Remove Longhorn #11
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: home/kubernetes-deployments#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Longhorn works great most of the time, but it fails way to quickly when I make changes to my cluster topology (e.g. restarting some/all nodes):
Additionally, Longhorn has been the source of most of my maintenance burden, causing many obscure problems requiring manual intervention.
My path forward will be to just use local storage on the different hosts. I will then need to make sure we spread the load of the pods over the different hosts. So in short:
hostPath
to mount the directories inside the k8s podsnodeSelector
to select the particular host where I have the pod's dataOur current backup strategy heavily relies on Longhorn as well, so we have to fix that. Current plan is:
Almost done, just have to cleanup scsi and nfs.