aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
430 stars 190 forks source link

[aws-mountpoint-s3-csi-driver] Addon support #1008

Open Shellmode opened 3 weeks ago

Shellmode commented 3 weeks ago

Describe the feature

Since cdk-eks-blueprints has supported EbsCsiDriverAddOn and EfsCsiDriverAddOn, it will be good to support aws-mountpoint-s3-csi-driver.

So that customer will have more storage options with cdk-eks-blueprints, and aws-mountpoint-s3-csi-driver is a great feature for eks nodes to write to S3.

Use Case

EKS nodes write to S3 just like filesystem.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.139.0

EKS Blueprints Version

No response

Node.js Version

v20.9.0

Environment details (OS name and version, etc.)

MacOS 14.5 (23F79)

yubingjiaocn commented 2 weeks ago

For now, you can use HelmAddon to install Mountpoint for S3 CSI driver. See https://github.com/aws-solutions-library-samples/guidance-for-asynchronous-inference-with-stable-diffusion-on-aws/blob/main/lib/addons/s3CSIDriver.ts for demo implementation.