https://github.com/thalassa-cloud/csi-thalassa
Thalassa Cloud CSI plugin
https://github.com/thalassa-cloud/csi-thalassa
cloud csi golang kubernetes thalassacloud
Last synced: about 2 months ago
JSON representation
Thalassa Cloud CSI plugin
- Host: GitHub
- URL: https://github.com/thalassa-cloud/csi-thalassa
- Owner: thalassa-cloud
- License: apache-2.0
- Created: 2025-05-09T16:19:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T15:59:55.000Z (3 months ago)
- Last Synced: 2025-07-31T09:47:11.660Z (3 months ago)
- Topics: cloud, csi, golang, kubernetes, thalassacloud
- Language: Go
- Homepage: https://docs.thalassa.cloud/docs/kubernetes/components/csi/
- Size: 8.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csi-thalassa
A Container Storage Interface ([CSI](https://github.com/container-storage-interface/spec)) Driver for [Thalassa Cloud Block Storage](https://docs.thalassa.cloud/docs/iaas/). The CSI plugin allows you to use Thalassa Cloud Block Storage with your preferred Container Orchestrator on Thalassa Cloud.
The Thalassa Cloud CSI plugin is only tested on Kubernetes.## Releases
The Thalassa Cloud CSI plugin follows [semantic versioning](https://semver.org/).
The version will be bumped following the rules below:- Bug fixes will be released as a `PATCH` update.
- New features (such as CSI spec bumps with no breaking changes) will be released as a `MINOR` update.
- Significant breaking changes makes a `MAJOR` update.## Installing to Kubernetes
### Kubernetes Compatibility
The following table describes the required Thalassa Cloud CSI driver version per supported Kubernetes release.
| Kubernetes Release | Thalassa Cloud CSI Driver Version |
| ------------------ | --------------------------------- |
| 1.31 | v0.1.0+ |
| 1.32 | v0.1.0+ |
| 1.33 | v0.1.0+ |**Note:**
The [Thalassa Cloud Kubernetes](https://docs.thalassa.cloud/docs/platform/kubernetes/) service comes with the CSI driver pre-installed and no further steps are required.
## Credits
The Thalassa Cloud CSI project is loosely based on other CSI projects, such as DigitalOcean CSI, Scaleway CSI and others.
## Contributing
All contributions are welcome.