Files

1.9 KiB

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
容器存储接口 (CSI) csi 2018-06-25 /zh/docs/concepts/storage/volumes/#csi 容器存储接口 (CSI)定义了存储系统暴露给容器的标准接口。
storage

容器存储接口 (CSI)定义了存储系统暴露给容器的标准接口。

CSI 允许存储驱动提供商为 Kubernetes 创建定制化的存储插件,而无需将这些插件的代码添加到 Kubernetes 代码仓库(外部插件)。要使用某个存储提供商的 CSI 驱动,你首先要将它部署到你的集群上。然后你才能创建使用该 CSI 驱动的 {{< glossary_tooltip text="Storage Class" term_id="storage-class" >}} 。