https://github.com/mvallim/gluster-simple-csi-driver
Gluster Container Storage Interface (CSI) driver
https://github.com/mvallim/gluster-simple-csi-driver
csi gluster kubernetes kubernetes-storage
Last synced: 4 months ago
JSON representation
Gluster Container Storage Interface (CSI) driver
- Host: GitHub
- URL: https://github.com/mvallim/gluster-simple-csi-driver
- Owner: mvallim
- License: apache-2.0
- Created: 2020-06-07T21:56:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T03:18:39.000Z (over 5 years ago)
- Last Synced: 2026-01-14T14:57:12.998Z (6 months ago)
- Topics: csi, gluster, kubernetes, kubernetes-storage
- Language: Go
- Homepage:
- Size: 209 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GlusterFS CSI Driver
_This repo contains CSI driver for Gluster. The Container Storage Interface (CSI) is a proposed new industry standard for cluster-wide volume plugins. “Container Storage Interface” (CSI) enables storage vendors (SP) to develop a plugin once and have it work across a number of container orchestration (CO) systems._
## Why CSI?
_Although prior to CSI Kubernetes provided a powerful volume plugin system, it was challenging to add support for new volume plugins to Kubernetes: volume plugins were “in-tree” meaning their code was part of the core Kubernetes code and shipped with the core Kubernetes binaries—vendors wanting to add support for their storage system to Kubernetes (or even fix a bug in an existing volume plugin) were forced to align with the Kubernetes release process. In addition, third-party storage code caused reliability and security issues in core Kubernetes binaries and the code was often difficult (and in some cases impossible) for Kubernetes maintainers to test and maintain._
_CSI was developed as a standard for exposing arbitrary block and file storage storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes. With the adoption of the Container Storage Interface, the Kubernetes volume layer becomes truly extensible. Using CSI, third-party storage providers can write and deploy plugins exposing new storage systems in Kubernetes without ever having to touch the core Kubernetes code. This gives Kubernetes users more options for storage and makes the system more secure and reliable._
## Pre-requisite
* Kubernetes cluster
* Running version 1.13 or later
* Access to terminal with kubectl installed
## Deployment
TODO
## Examples
TODO
## Building the binaries
TODO
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [GitHub](https://github.com/mvallim/gluster-simple-csi-driver) for versioning. For the versions available, see the [tags on this repository](https://github.com/mvallim/gluster-simple-csi-driver/tags).
## Authors
* **Marcos Vallim** - *Initial work, Development, Test, Documentation* - [mvallim](https://github.com/mvallim)
See also the list of [contributors](CONTRIBUTORS.txt) who participated in this project.
## License
This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details