eks-workshop-v2
eks-workshop-v2 copied to clipboard
Add an FSx for Open ZFS Module to the Fundamentals/Storage exercises
Outline the high level topic of the lab
This module will walk the user through the process of installing the CSI driver for FSx for Open ZFS and then using the CSI driver with Dynamic Provisioning to create an FSx for Open ZFS file system, write data to the file system, create a snapshot, delete the data and then restore the data from the snapshot.
Provide the flow of the lab exercise, including what sample application components will be used
- IAM roles for CSI driver created in Terraform
- CSI Driver installed manually from the repo of the CSI driver
- Storage Class deployed manually
- PVC created manually (which will create the file system using Dynamic Provisioning)
- Deploy an nginx pod using a deployment and add a new product sku in the file system
- Create a snapshot of the file system using the create snapshot command for Open ZFS
- Delete the new product sku
- Restore the file by doing a snapshot restore in Open ZFS
- Clean up the environment using Terraform
What additional AWS infrastructure or EKS addons/components will need to be created or installed to support this lab?
IAM Role for the CSI Driver
What additional software or configuration will be required in the Cloud9 IDE?
None
Are enhancements to the retail sample application required to support this lab exercise?
TBD
I've got a couple folks I'll add to this process.
Added..