TopoLVM to provide local storage

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • local-path-provisioner

    Dynamically provisioning persistent local storage with Kubernetes

  • 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.

  • longhorn

    Cloud-Native distributed storage built on and for Kubernetes

  • For data must be protected, I use Longhorn https://longhorn.io/ which is basically iSCSI/NFS with replication.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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