All Projects → kubernetes-sigs → Alibaba Cloud Csi Driver

kubernetes-sigs / Alibaba Cloud Csi Driver

Licence: apache-2.0
CSI Plugin for Kubernetes, Support Alibaba Cloud EBS/NAS/OSS/CPFS/LVM.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Alibaba Cloud Csi Driver

Zpan
A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。
Stars: ✭ 765 (+200%)
Mutual labels:  oss, disk
Open-Source-Bootcamp
O Open Source Bootcamp é uma iniciativa da Microsoft em parceria com comunidades técnicas que visa promover o aprendizado de novas tecnologias do universo Open Source para startups e desenvolvedores.
Stars: ✭ 17 (-93.33%)
Mutual labels:  oss
diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (-74.9%)
Mutual labels:  disk
Diskernet
💾 Diskernet - An internet on yer disk. Full text search archive from your browsing and bookmarks. Weclome! to the Diskernet: Your preferred backup solution. It's like you're still online! Disconnect with Diskernet, an internet for the post-online apocalypse. Or the airplane WiFi. Or the site goes down. Or ... You get the picture. Get Diskernet.…
Stars: ✭ 2,788 (+993.33%)
Mutual labels:  disk
oss
Open Source Software list
Stars: ✭ 100 (-60.78%)
Mutual labels:  oss
Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (-87.45%)
Mutual labels:  oss
xayah
WEB文件管理器
Stars: ✭ 19 (-92.55%)
Mutual labels:  oss
lethe
Secure drive wipe
Stars: ✭ 47 (-81.57%)
Mutual labels:  disk
EnhanceDiskUtility
SIMBL plugin for Disk Utility that aims to enable Verify / Repair Permissions support
Stars: ✭ 17 (-93.33%)
Mutual labels:  disk
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (-90.2%)
Mutual labels:  nas
ohloh-ui
Web Application for the Ohloh Stack.
Stars: ✭ 72 (-71.76%)
Mutual labels:  oss
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 98 (-61.57%)
Mutual labels:  nas
Arisu
☔ Translation made with simplicity, yet robust. Made with ❤️ in TypeScript.
Stars: ✭ 15 (-94.12%)
Mutual labels:  oss
aliyun-oss-deploy
🙈 一个 nodejs 命令行工具,用于部署静态资源到 aliyun oss,支持代码方式和 CLI 方式!
Stars: ✭ 31 (-87.84%)
Mutual labels:  oss
Network-Attached-Storage-NAS-Box-using-Raspberry-Pi
Network Attached Storage (NAS) Box using Raspberry Pi allows you to install comprehensive applications and services on your Raspberry Pi, whenever you need them.
Stars: ✭ 19 (-92.55%)
Mutual labels:  nas
spdx-license-ids
a list of SPDX license identifiers
Stars: ✭ 29 (-88.63%)
Mutual labels:  oss
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (-53.73%)
Mutual labels:  disk
the-duck-gallery
theduckgallery.zenika.com
Stars: ✭ 21 (-91.76%)
Mutual labels:  oss
Arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
Stars: ✭ 252 (-1.18%)
Mutual labels:  nas
os-provisioning
Open Source Network Provisioning Tool and Network Management Platform for DOCSIS, FTTH, FTTx, DSL, and WiFi
Stars: ✭ 17 (-93.33%)
Mutual labels:  oss

Alibaba Cloud Kubernetes CSI Plugin

GoReportCard Widget

English | 简体中文

Introduction

Alibaba Cloud CSI plugins implement an interface between CSI enabled Container Orchestrator and Alibaba Cloud Storage. It allows dynamically provision Disk volumes and attach it to workloads.

Current implementation of CSI plugins has been tested in Kubernetes environment (requires Kubernetes 1.14+).

Current Support: Cloud Disk, NAS, CPFS, OSS, LVM;

Features in Development

Feature Stage Min Kubernetes Version Min Driver Version
Topology Beta 1.14 v1.0.2
Snapshots Alpha 1.14 v1.0.3
Resize (Expand) Beta 1.16 v1.0.5

Cloud Disk CSI Plugin

Disk CSI Plugin support Cloud disk provision and attachment. And Cloud disk is type of block storage, can only used as ReadWriteOnce mode. Only be attached to one node at the same time.

More detail information please refer to Cloud Disk.

NAS CSI Plugin

NAS CSI Plugin can support NAS volume provision and mount. Alibaba Cloud Network Attached Storage (NAS) storage is type of network storage which compatible with multiple standard protocols, such as NFS and SMB, and can be mount by multi nodes at the same time.

More detail information please refer to NAS.

CPFS CSI Plugin

CPFS CSI Plugin can support CPFS volume provision and mount. Cloud Paralleled File System (CPFS) is a parallel file system, and can be mount by multi nodes at the same time.

More detail information pls refer to CPFS.

OSS CSI Plugin

OSS CSI Plugin support OSS bucket mount, but does not support provision volume. OSS storage is type of object storage and can be mount by multi nodes at the same time.

More detail information pls refer to OSS.

LVM CSI Plugin

LVM CSI Plugin support LVM volume provision and mount. LVM volume is a type of local storage and should not be used in high availability scenario.

More detail information pls refer to LVM.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at the Cloud Provider SIG.

You can join the DingDing Talking Group to talk with us.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Please submit an issue at: Issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].