eks-workshop-v2 icon indicating copy to clipboard operation
eks-workshop-v2 copied to clipboard

Add an FSx for Open ZFS Module to the Fundamentals/Storage exercises

Open heinrichse opened this issue 1 year ago • 2 comments

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

heinrichse avatar Mar 04 '24 15:03 heinrichse

I've got a couple folks I'll add to this process.

bhodgens avatar Mar 04 '24 18:03 bhodgens

Added..

bostongt avatar Mar 14 '24 15:03 bostongt