{"id":34182464,"url":"https://github.com/mvallim/gluster-simple-csi-driver","last_synced_at":"2026-03-09T23:35:06.854Z","repository":{"id":67412920,"uuid":"270443275","full_name":"mvallim/gluster-simple-csi-driver","owner":"mvallim","description":"Gluster Container Storage Interface (CSI) driver","archived":false,"fork":false,"pushed_at":"2020-10-29T03:18:39.000Z","size":214,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T14:57:12.998Z","etag":null,"topics":["csi","gluster","kubernetes","kubernetes-storage"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvallim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-07T21:56:13.000Z","updated_at":"2021-04-13T00:31:59.000Z","dependencies_parsed_at":"2023-03-08T11:00:23.941Z","dependency_job_id":null,"html_url":"https://github.com/mvallim/gluster-simple-csi-driver","commit_stats":null,"previous_names":["mvallim/gluster-csi-driver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvallim/gluster-simple-csi-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fgluster-simple-csi-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fgluster-simple-csi-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fgluster-simple-csi-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fgluster-simple-csi-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvallim","download_url":"https://codeload.github.com/mvallim/gluster-simple-csi-driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvallim%2Fgluster-simple-csi-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csi","gluster","kubernetes","kubernetes-storage"],"created_at":"2025-12-15T14:06:05.656Z","updated_at":"2026-03-09T23:35:06.845Z","avatar_url":"https://github.com/mvallim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/csi-kubernetes.png\"\u003e\n  \u003cimg src=\"images/csi-logo.png\"\u003e\n\u003c/p\u003e\n\n# GlusterFS CSI Driver\n\n_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._\n\n## Why CSI?\n\n_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._\n\n_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._\n\n## Pre-requisite\n\n* Kubernetes cluster\n* Running version 1.13 or later\n* Access to terminal with kubectl installed\n\n## Deployment\n\nTODO\n\n## Examples\n\nTODO\n\n## Building the binaries\n\nTODO\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe 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).\n\n## Authors\n\n* **Marcos Vallim** - *Initial work, Development, Test, Documentation* - [mvallim](https://github.com/mvallim)\n\nSee also the list of [contributors](CONTRIBUTORS.txt) who participated in this project.\n\n## License\n\nThis project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvallim%2Fgluster-simple-csi-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvallim%2Fgluster-simple-csi-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvallim%2Fgluster-simple-csi-driver/lists"}