Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nacos | 26,552 | 118 | 56 | 2 days ago | 53 | August 08, 2022 | 238 | apache-2.0 | Java | |
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. | ||||||||||
Chaosblade | 5,313 | 3 | 16 days ago | 26 | September 06, 2022 | 260 | apache-2.0 | Go | ||
An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具) | ||||||||||
Virtual Kubelet | 3,830 | 4 | 27 | 6 days ago | 46 | November 23, 2021 | 57 | apache-2.0 | Go | |
Virtual Kubelet is an open source Kubernetes kubelet implementation. | ||||||||||
Autok3s | 519 | 8 days ago | 53 | August 11, 2022 | 35 | apache-2.0 | Go | |||
Run K3s Everywhere | ||||||||||
Alibaba Cloud Csi Driver | 467 | a day ago | 57 | February 18, 2022 | 13 | apache-2.0 | Go | |||
CSI Plugin for Kubernetes, Support Alibaba Cloud EBS/NAS/OSS/CPFS/LVM. | ||||||||||
Myshopplus | 429 | 3 years ago | 9 | apache-2.0 | Java | |||||
MyShopPlus 项目致力于推广并普及 微服务架构 思想,采用全新 服务网格 系统打造电商生态级产品。 | ||||||||||
Cloud Provider Alibaba Cloud | 327 | 3 days ago | 21 | April 19, 2021 | 3 | apache-2.0 | Go | |||
CloudProvider for Alibaba Cloud | ||||||||||
Black Shop | 211 | 3 years ago | 5 | apache-2.0 | Java | |||||
black-shop(黑店),基于springBoot2.1.13和Spring Cloud Alibaba.{latest.version}搭建的微服务b2c电商平台,持续开发中…………欢迎加入贡献团队 | ||||||||||
Php Nacos | 152 | 1 | 1 | a year ago | 18 | April 01, 2022 | 11 | mit | PHP | |
阿里巴巴nacos配置中心-PHP客户端 | ||||||||||
Serverless K8s Examples | 148 | a year ago | 5 | Go | ||||||
Examples for Serverless Kubernetes on Alibaba Cloud - https://yq.aliyun.com/articles/591115 |
English | 简体中文
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, DBFS;
Feature | Stage | Min Kubernetes Version | Min Driver Version |
---|---|---|---|
Topology | Beta | 1.14 | v1.0.2 |
Resize (Expand) | Beta | 1.16 | v1.0.5 |
Snapshots | Beta | 1.17 | v1.1.2 |
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 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 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 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 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.
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 (GroupID: 33936810) to talk with us.
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
Please submit an issue at: Issues