Code Monkey home page Code Monkey logo

aws-ebs-csi-driver's Introduction

Amazon Elastic Block Store (EBS) CSI driver

GitHub release (latest SemVer) Coverage Status 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 size by specifying a new size in the PersistentVolumeClaim (PVC).

Container Images

Driver Version registry.k8s.io Image ECR Public Image
v1.16.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.16.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.16.0
Previous Images
Driver Version registry.k8s.io Image ECR Public Image
v1.15.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.15.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.15.0
v1.14.1 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.14.1 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.14.1
v1.14.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.14.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.14.0
v1.13.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.13.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.13.0
v1.12.1 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.12.1 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.1
v1.12.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.12.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.0
v1.11.5 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.5 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.5
v1.11.4 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.4 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.4
v1.11.3 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.3 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.3
v1.11.2 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.2 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.2
v1.10.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.10.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.10.0
v1.9.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.9.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.9.0
v1.8.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.8.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.8.0
v1.7.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.7.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.7.0
v1.6.2 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.2 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.2
v1.6.1 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.1 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.1
v1.6.0 registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.0 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.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 Kubernetes versions v1.17+ and implements the CSI Specification v1.1.0.

Documentation

aws-ebs-csi-driver's People

Contributors

andyxiangli avatar ayberk avatar bertinatto avatar connorjc3 avatar dkoshkin avatar dntosas avatar gliptak avatar gnufied avatar gtxu avatar ialidzhikov avatar jcrsilva avatar jebbens avatar jieyu avatar jsafrane avatar k8s-ci-robot avatar kaezon avatar keznikl avatar krmichel avatar leakingtapan avatar mtougeron avatar nirmalaagash avatar rdpsin avatar risinger avatar t0rr3sp3dr0 avatar tomdymond avatar torredil avatar vdhanan avatar wmesard avatar wongma7 avatar zacharya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.