Skip to content
/ carina Public

An high performance and ops-free local storage solution for Kubernetes.

License

Notifications You must be signed in to change notification settings

BoCloud/carina

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2021
Aug 4, 2021
Apr 21, 2021
Aug 4, 2021
Aug 4, 2021
Jun 28, 2021
May 13, 2021
Aug 4, 2021
May 24, 2021
Jan 25, 2021
Aug 4, 2021
Aug 4, 2021
Aug 4, 2021
Aug 4, 2021
Jan 25, 2021
Aug 4, 2021
Apr 15, 2021
Aug 2, 2021
Aug 4, 2021
Jan 25, 2021
Mar 18, 2021
Feb 2, 2021
Aug 4, 2021
Apr 7, 2021

Repository files navigation

Carina

  • carina 是一个CSI插件,在Kubernetes集群中提供本地存储持久卷
  • 项目状态:开发测试中
  • CSI Version: 1.3.0

支持的环境

  • Kubernetes:1.20 1.19 1.18
  • Node OS:Linux
  • Filesystems:ext4,xfs

支持功能

Carina功能 是否支持
动态pv 支持
文件存储 支持
块存储 支持
容量限制 支持
自动扩容 支持
快照 不支持
拓扑 支持

项目结构

  • carina-controller:CSI controller service
  • carina-scheduler:custom scheduler
  • carina-node:CSI node service

开始

  • 目录deploy/kubernetes 执行 ./deploy.sh进行部署,./deploy.sh uninstall进行卸载
  • 详细部署及使用参考docs/使用手册.md

文档

  • docs目录包含设计及使用文档

构建镜像

  • 使用命令make release将构建镜像