provectus / swiss-army-kube

Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects.
https://provectus.github.io/
Apache License 2.0
147 stars 36 forks source link

Amazon EBS CSI Driver #213

Closed Doncilas closed 2 years ago

Doncilas commented 2 years ago

Description:

  1. About Container Storage Interface (CSI):

[The Container Storage Interface] (CSI) is a standard for exposing arbitrary block and file storage systems to containerized workloads on Container Orchestration Systems (COs) like Kubernetes.

Benefits:

  1. The [Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver] provides a CSI interface that allows Amazon Elastic Kubernetes Service (Amazon EKS) clusters to manage the lifecycle of Amazon EBS volumes for persistent volumes.

Official Github documentation and detailed features: https://github.com/kubernetes-sigs/aws-ebs-csi-driver

Official AWS docs: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html

Doncilas commented 2 years ago

CSI Driver implement here: https://github.com/provectus/sak-incubator/pull/16

Doncilas commented 2 years ago

Closing ticket, implemented.