Amazon EBS
Before you start
Prepare your environment for this section:
~$prepare-environment fundamentals/storage/ebs
This will make the following changes to your lab environment:
- Install the EKS managed addon for the EBS CSI driver
You can view the Terraform that applies these changes here.
Amazon Elastic Block Store is an easy-to-use, scalable, high-performance block-storage service. It provides persistent volume (non-volatile storage) to users. Persistent storage enables users to store their data until they decide to delete the data.
In this lab, we'll learn about the following concepts:
- Kubernetes StatefulSets
- EBS CSI Driver
- StatefulSet with EBS Volume