Using Kubernetes Container Storage Interface drivers - Amazon Storage Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon FSx File Gateway documentation has been moved to What is Amazon FSx File Gateway?

Volume Gateway documentation has been moved to What is Volume Gateway?

Tape Gateway documentation has been moved to What is Tape Gateway?

Using Kubernetes Container Storage Interface drivers

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. If you have a Kubernetes cluster, you can install and configure Kubernetes Container Storage Interface (CSI) drivers across the instances in your cluster to allow them to use an existing Amazon S3 File Gateway for storage.

After you install the CSI drivers for the type of file share that you want to use, you must create an object or objects. Depending on the type of provisioning that you want Kubernetes to use when your pods request storage, create either a single Kubernetes StorageClass object, or both a PersistentVolume object and a PersistentVolumeClaim object to connect your Kubernetes compute pods to your file share.. For more information, refer to the Kubernetes online documentation at https://kubernetes.io/docs/concepts/storage/.