Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Local-path-provisioner Alternatives
Similar projects and alternatives to local-path-provisioner
-
-
sig-storage-local-static-provisioner
Static provisioner of local volumes
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
csi-lib-utils
Common code for Kubernetes CSI sidecar containers (e.g. `external-attacher`, `external-provisioner`, etc.)
-
-
csi-driver-nfs
This driver allows Kubernetes to access NFS server on Linux node.
-
nfs-ganesha-server-and-external-provisioner
NFS Ganesha Server and Volume Provisioner.
-
longhorn
Cloud-Native distributed storage built on and for Kubernetes
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
helm-charts
Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem (by VictoriaMetrics)
-
-
-
external-snapshotter
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
-
dex
OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
-
metallb
A network load-balancer implementation for Kubernetes using standard routing protocols
-
kube-prometheus
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
-
-
kubefwd
Bulk port forwarding Kubernetes services for local development.
-
-
kubespy
Tools for observing Kubernetes resources in real time, powered by Pulumi.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
local-path-provisioner reviews and mentions
-
lvp: Local Volume CSI Provisioner -- Dynamic PV Provisioning for your Home Cluster
I use this one. I'm waiting for the day it's combined with syncthing to sync across all nodes. https://github.com/rancher/local-path-provisioner
-
How to format drives for local persistent volumes
Just create 1 single partition and format it with whatevery filesystem you like. And then use ranchers local-path-provisioner which will create a folder per PV (k3s has this integrated by default).
-
Issues with "victoria-metrics-k8s-stack", monitoring k8s targets
It is better to use https://github.com/rancher/local-path-provisioner (or similar) for this case which will do PVC on local directories because manually linking PV<>PVC will not work.
-
single node k8s on nuc - homelab/prod - storage question
Since you only have one physical node anyway, I would just make the cluster a single-node cluster (1 VM) and use local storage on that VM. I’m biased though because this is what I do (I run K3s and use local path provisioner).
-
Kubernetes: How to Persistent Storage
With any of those tools, you'd implement a network storage on top of a network storage. I would go with mouting few volumes per node +local storage like (https://github.com/rancher/local-path-provisioner).
- There doesn't seam to be any good distributed block storage for Kubernetes
-
TopoLVM to provide local storage
As I normally just Local-path from Rancher https://github.com/rancher/local-path-provisioner which is basically a wrapper around hostpath so from the application and container viewpoint it’s just a bind mount. Now I normally only use local-path for single node clusters and for distributed apps like database clusters which the application is making the data node redundant.
-
Learning with K3s at home. "Best" storage option for a single-node cluster?
Rancher's local-path-provisioner (which uses hostPath or local under the hood)
-
What's the coolest thing you have (or do) in your homelab?
I run local-path-provisioner, openEBS (jiva) and minio on top of local-path storage.
-
K8S: Improve NFS PV performance
For block, I normally go down two roads. The first is Rancher's local path which is basically bind-mounts but presented as PVCs. link This is great for things like DB clusters where you don't have node-level redundancy of the data because the application is taking care of that for you. The second one is Rancher's Longhorn Link which provides iSCSI and NFS storage but from inside the k8s cluster. I personally find the NFS performance is pretty good when it comes to Longhorn because it has been tuned, it's designed to scale out IE each share has its own NFS server and it's written in GO.
-
A note from our sponsor - Onboard AI
getonboard.dev | 2 Oct 2023
Stats
rancher/local-path-provisioner is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of local-path-provisioner is Go.
Popular Comparisons
- local-path-provisioner VS sig-storage-local-static-provisioner
- local-path-provisioner VS csi-lib-utils
- local-path-provisioner VS topolvm
- local-path-provisioner VS kind
- local-path-provisioner VS nfs-ganesha-server-and-external-provisioner
- local-path-provisioner VS csi-driver-nfs
- local-path-provisioner VS proxmox-k8s
- local-path-provisioner VS sig-storage-lib-external-provisioner
- local-path-provisioner VS external-snapshotter
- local-path-provisioner VS subvars