to complicated? use a nfs share as volume in k3s

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • csi-driver-nfs

    This driver allows Kubernetes to access NFS server on Linux node.

  • Probably you are looking for dynamic volume provisioning. Using this option you only need to create a persistent volume claim. The storage designed to your container. Instead of first creating a persistent volume and binding it to a pvc. Nowadays is common to use plugins CSI plugins for different storages backends. This repository contains some examples on how to mounts the NFS server on kubernetes and also create storage classes, and the CSI installation. It is worth to read the documentation due to the many concepts involved and details of importance like reclamation polices.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Investigating a failed VolumeSnapshot with NFS on Kubernetes

    2 projects | dev.to | 14 Nov 2023
  • K8s Persistant Storage

    4 projects | /r/homelab | 27 Nov 2021
  • What's the best way to troubleshoot PVCs?

    2 projects | /r/kubernetes | 28 Sep 2021
  • Is it possible to simulate mounting NAS storage into Kubernetes?

    1 project | /r/kubernetes | 19 Feb 2021
  • How to format drives for local persistent volumes

    2 projects | /r/kubernetes | 23 Apr 2023