Skip to content

Anything Kubernetes users need to consume or provide Quobyte persistent storage

License

Notifications You must be signed in to change notification settings

quobyte/quobyte-k8s-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quobyte Kubernetes Resources

This repository collects all resources needed to

  • Set up a Quobyte cluster to provide persistent storage
  • Set up Quobyte clients and CSI drivers to consume persistent storage

Providing Storage

Installing a Quobyte cluster requires a single Helm chart:

helm repo add quobyte https://quobyte.github.io/quobyte-k8s-resources/helm-charts
helm install my-storage-cluster quobyte/quobyte-cluster

Please have a look at requirements document if you consider to run Quobyte for production workloads.

Consuming Storage

To access a Quobyte cluster from Kubernetes "quobyte-client" and "quobyte-csi" charts need to be deployed:

helm repo add quobyte https://quobyte.github.io/quobyte-k8s-resources/helm-charts
helm install my-storage-client quobyte/quobyte-client
helm install my-storage-csi quobyte/quobyte-csi

To see all available chart values for a specific chart:

helm show values quobyte/quobyte-<myChart>

About

Anything Kubernetes users need to consume or provide Quobyte persistent storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages