https://github.com/upcloudltd/upcloud-csi
Container Storage Interface (CSI) driver for UpCloud's MaxIOPS storage offering
https://github.com/upcloudltd/upcloud-csi
container-orchestration csi csi-driver kubernetes storage upcloud
Last synced: 6 months ago
JSON representation
Container Storage Interface (CSI) driver for UpCloud's MaxIOPS storage offering
- Host: GitHub
- URL: https://github.com/upcloudltd/upcloud-csi
- Owner: UpCloudLtd
- License: mit
- Created: 2021-12-14T14:16:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:41:26.000Z (about 1 year ago)
- Last Synced: 2025-04-14T22:02:16.105Z (6 months ago)
- Topics: container-orchestration, csi, csi-driver, kubernetes, storage, upcloud
- Language: Go
- Homepage:
- Size: 7.94 MB
- Stars: 13
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UpCloud CSI Driver
## Overview
UpCloud [CSI](https://github.com/container-storage-interface/spec) Driver provides a basis for using the UpCloud Storage
service in [CO](https://www.vmware.com/topics/glossary/content/container-orchestration.html) systems, such as
Kubernetes, to obtain stateful application deployment with ease.Additional info about the CSI can be found
in [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/)
and [Kubernetes Blog](https://kubernetes.io/blog/2019/01/15/container-storage-interface-ga/).## Deployment
### Kubernetes
Kubernetes deployment [README](deploy/kubernetes/README.md) describes how to deploy UpCloud CSI driver using `kubectl` and sidecar containers.### HashiCorp Nomad
Nomad deployment [README](deploy/nomad/README.md) describes how to deploy UpCloud CSI driver using Nomad.## Developing the CSI driver
See [DEVELOPING.md](DEVELOPING.md) for more instructions how to develop and debug UpCloud CSI driver.
## Contribution
Feel free to open PRs and issues, as the development of CSI driver is in progress.