nfs-subdir-external-provisioner
Dynamic sub-dir volume provisioner on a remote NFS server. (by kubernetes-sigs)
nfs-ganesha-server-and-external-provisioner
NFS Ganesha Server and Volume Provisioner. (by kubernetes-sigs)
Our great sponsors
nfs-subdir-external-provisioner | nfs-ganesha-server-and-external-provisioner | |
---|---|---|
45 | 5 | |
1,765 | 314 | |
5.0% | 6.1% | |
5.5 | 0.0 | |
6 days ago | 15 days ago | |
Shell | Shell | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nfs-subdir-external-provisioner
Posts with mentions or reviews of nfs-subdir-external-provisioner.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-16.
-
Help me What to Choose?
NFS Provisioner
-
Longhorn alternatives
Depends on how much resiliency you need . Something like https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner works well for a lab or non-prod cluster. You could even use something like this in prod if you have access to highly reliably NFS mounts.
-
Move to K8s for hosting at home?
I used the NFS provisioner for persistent volumes until I got the Ceph side up and running. I created a share on my NAS specifically for k8s. It worked very well and had the bonus of being just a regular file system that you could browse/edit easily (just place files in or edit config). I would agree with not moving plex into k8s. I right now just have a barebones 1 control 2 worker setup using k3s.
-
Unsure how NFS Persistent Volumes work, please help!
This is what you need https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner Point it to a folder and it will create subfolders for each PVC.
-
Almost 1yr in the making, finally got my Kubernetes DevOps/IaC/CD set up going, fully self-hosted cloud equiivalent. GLEE!!! (AMA?)
nfs-subdir-external-provisioner: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
-
Network Storage on On-Prem Barebones Machine
With NFS I was able to get that to work using NFS SubDir Provisioner and this is working fine as far as I can tell. Though it is odd how it works. You dont seem to be able to tell the exact path you're going for, so you have to create a provisioner that goes to the path directly and even it will create its own folder with a GUI associated to it. This really isnt idea for things like scripted backups, or even knowing how persistence works properly.
- Template like values in CSI manifest ${.PVC.namespace} and ${.PVC.name} ... Somebody give me some insight into these?
-
Longhorn to nas nfs
I have also used: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner for playing with NFS, directly from K8, instead of hosts.
-
K8s Persistant Storage
Then nfs is the way to go. Im using this one https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner at home with k3s. works fine for my usecases. I havent tested snapshots and restores yet.
nfs-ganesha-server-and-external-provisioner
Posts with mentions or reviews of nfs-ganesha-server-and-external-provisioner.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-03.
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 2/2
Now, for the purposes of this article, in case you don't have an NFS server available, we will use a simple NFS Server Provisioner, which we'll use only for example purposes. As mentioned before, using a managed solution from a cloud provider or a properly configured HA NFS server in your infrastructure is highly recommended. We'll install not the most up-to-date solution, but it should work for example purposes. We will follow the Quickstart found in the repo, mixed with this repo which does some small tweaks to make it work with K3d, which is summarized in the following commands run from the helm folder:
-
How to scale nginx pod when pod is mounting a volume
Some people just setup an NFS share. There's one that uses existing NFS and another that also provides NFS. This becomes a single point of failure though.
What are some alternatives?
When comparing nfs-subdir-external-provisioner and nfs-ganesha-server-and-external-provisioner you can also consider the following projects:
csi-driver-nfs - This driver allows Kubernetes to access NFS server on Linux node.
longhorn - Cloud-Native distributed storage built on and for Kubernetes
csi-s3 - A Container Storage Interface for S3
flux2 - Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
kadalu - A lightweight Persistent storage solution for Kubernetes / OpenShift / Nomad using GlusterFS in background.
container-object-storage-interface-spec - Container Object Storage (COSI) Specification
GlusterFS - Gluster Filesystem : Build your distributed storage in minutes
restic - Fast, secure, efficient backup program
helm - The Kubernetes Package Manager