kdataxi.blogg.se

Drive snapshot 1.4
Drive snapshot 1.4










With the promotion to GA, the Kubernetes implementation of CSI introduces the following changes: This gives Kubernetes users more options for storage and makes the system more secure and reliable. Using CSI, third-party storage providers can write and deploy plugins exposing new storage systems in Kubernetes without ever having to touch the core Kubernetes code. With the adoption of the Container Storage Interface, the Kubernetes volume layer becomes truly extensible. In addition, third-party storage code caused reliability and security issues in core Kubernetes binaries and the code was often difficult (and in some cases impossible) for Kubernetes maintainers to test and maintain.ĬSI was developed as a standard for exposing arbitrary block and file storage storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes.

drive snapshot 1.4

Why CSI?Īlthough prior to CSI Kubernetes provided a powerful volume plugin system, it was challenging to add support for new volume plugins to Kubernetes: volume plugins were “in-tree” meaning their code was part of the core Kubernetes code and shipped with the core Kubernetes binaries-vendors wanting to add support for their storage system to Kubernetes (or even fix a bug in an existing volume plugin) were forced to align with the Kubernetes release process.

drive snapshot 1.4

GA features are protected by the Kubernetes deprecation policy. The GA milestone indicates that Kubernetes users may depend on the feature and its API without fear of backwards incompatible changes in future causing regressions. Support for CSI was introduced as alpha in Kubernetes v1.9 release, and promoted to beta in the Kubernetes v1.10 release. The Kubernetes implementation of the Container Storage Interface (CSI) has been promoted to GA in the Kubernetes v1.13 release. Author: Saad Ali, Senior Software Engineer, Google












Drive snapshot 1.4