kubernetes-sigs / aws-ebs-csi-driver

CSI driver for Amazon EBS https://aws.amazon.com/ebs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Elastic Block Store (EBS) CSI driver

GitHub release (latest SemVer) Go Report Card

Overview

The Amazon Elastic Block Store Container Storage Interface (CSI) Driver provides a CSI interface used by Container Orchestrators to manage the lifecycle of Amazon EBS volumes.

Features

  • Static Provisioning - Associate an externally-created EBS volume with a PersistentVolume (PV) for consumption within Kubernetes.
  • Dynamic Provisioning - Automatically create EBS volumes and associated PersistentVolumes (PV) from PersistentVolumeClaims) (PVC). Parameters can be passed via a StorageClass for fine-grained control over volume creation.
  • Mount Options - Mount options could be specified in the PersistentVolume (PV) resource to define how the volume should be mounted.
  • NVMe Volumes - Consume NVMe volumes from EC2 Nitro instances.
  • Block Volumes - Consume an EBS volume as a raw block device.
  • Volume Snapshots - Create and restore snapshots taken from a volume in Kubernetes.
  • Volume Resizing - Expand the volume by specifying a new size in the PersistentVolumeClaim (PVC).
  • Volume Modification - Change the properties (type, iops, or throughput) via a VolumeAttributesClass.

Container Images

Driver Version registry.k8s.io Image ECR Public Image
v1.29.1 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.29.1 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.29.1
v1.28.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.28.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.28.0

Releases

The EBS CSI Driver publishes monthly releases. Unscheduled releases may be published for patches to security vulnerabilities and other fixes deemed urgent.

The EBS CSI Driver follows semantic versioning. The version will be bumped following the rules below:

  • Significant breaking changes will be released as a MAJOR update.
  • New features will be released as a MINOR update.
  • Bug or vulnerability fixes will be released as a PATCH update.

Monthly releases will contain at minimum a MINOR version bump, even if the content would normally be treated as a PATCH version.

Support

Support will be provided for the latest version and one prior version. Bugs or vulnerabilities found in the latest version will be backported to the previous release in a new minor version.

This policy is non-binding and subject to change.

Compatibility

The EBS CSI Driver is compatible with all Kubernetes versions supported by the Kubernetes project and/or Amazon EKS (including extended support versions).

The EBS CSI Driver implements the Container Storage Interface specification version v1.9.0.

Documentation

About

CSI driver for Amazon EBS https://aws.amazon.com/ebs/

License:Apache License 2.0


Languages

Language:Go 89.2%Language:Shell 7.7%Language:Smarty 1.8%Language:Makefile 0.8%Language:Mustache 0.3%Language:Dockerfile 0.2%