Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 691 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 691 Bytes

Elastic File System Storage Examples

Examples with persistent storage backed by efs. For more information see link

Deploy examples with kubectl apply -k ..

Simple Efs

Demonstrating mounting of efs storage with pvc on multiple pods.

Efs volumes support ReadWriteMany and can be mounted on multiple pods at the same time.

Check that the pod is running and that volume is successfully attached. Resources are deployed in efs-example-simple-efs namespace.

Efs simple example

Fig. Efs csi, simple example