Project Description
...
This project is available as a student work experience opportunity with HPCC Systems. Curious about other projects we are offering? Take a look at our Ideas List.
Student work experience opportunities also exist for students who want to suggest their own project idea. Project suggestions must be relevant to HPCC Systems and of benefit to our open source community.
Find out about the HPCC Systems Summer Internship Program.
Project Description
The objective of this project is to provide helm chart examples for CSI driver support on various cloud providers and storage types, for such as, for example Azure Azurefile, AWS EFS and FSx Lustre, etc.
HPCC Helm char currently has basic EFS CSI driver support but AWS update the configuration and documentation.
Azurefile with CSI driver: https://docs.microsoft.com/en-us/azure/aks/azure-files-csi. Current HPCC Helm Chart example for Azure File (without CSI driver): https://github.com/hpcc-systems/helm-chart/tree/master/helm/examples/azure
AWS EFS with CSI driver: https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html. Current HPCC Helm Chart example for AWS EFS (without CSI driver): https://github.com/hpcc-systems/helm-chart/tree/master/helm/examples/efs
AWS FSx Lustre with CSI driver: https://docs.aws.amazon.com/eks/latest/userguide/fsx-csi.html. It is optional
Student can based on current Azure File and EFS examples and adapt them to CSI driver.
Update: Azure File CSI support is already done so student will focus on AWS EFS and FSx. There are possible three variations of each typeWhile adding support for CSI, you will need to consider three possible variations of each scenario:
1) Automatically creating CSI PV/PVC when the HPCC Systems started. The life cycle will can be in sync with the HPCC Systems cluster which means when the HPCC Systems cluster is destroyed the PV/PVC will be automatically deleted.
2) Start CSI PV/PVC first with Helm Chart before starting HPCC Systems. The PV/PVC will be still live after HPCC Systems cluster is destroyed. But delete the deletion of the Kubernetes cluster will destroy the PV/PVC. So the life cycle will be the Kubernetes cluster itself.
3) Start CSI PV/PVC first with Helm Chart before starting HPCC Systems. But the PV/PVC can be persistent even the Kubernetes cluster is destroyed. The life cycle is beyond Kubernetes cluster.
The CSI PV/PVC can be reused by following subsequent Kubernetes and HPCC System clusters . It so it is very useful for data processed once but will be used by various following applications as well.
Please note that Azure File CSI support has been already incorporated in HPCC Systems so this project will focus on AWS EFS and FSx.
HPCC-Platform/helm/examples/azure at master · hpcc-systems/HPCC-Platform (github.com) implemented all 3 cases for Azure File
Also, the students can rely on the current Azure File and EFS examples and adapt them to the CSI driver.
Note as well that the HPCC Systems helm chart currently has basic EFS CSI driver support for AWS, however this provider has recently updated the configuration and documentation of this driver.
HPCC-Platform/helm/examples/efs at master · hpcc-systems/HPCC-Platform (github.com) implemented 2)Student work experience opportunities also exist for students who want to suggest their own project idea. Project suggestions must be relevant to HPCC Systems and of benefit to our open source community.
This project is mainly for community user instead of HPCC Systems internal users.
Azure and AWS account accounts will be provided for the student of project.
There are probably other similar storage solutions in public clouds. We already have one for EFS/CSI. More information coming soon.
If you are interested in this project, please contact our intern program mailbox. as part of this project.
Completion of this project involves:
- Create AWS EFS case 3) and FSx case 2 and 3) in https://github.com/hpcc-systems/helm-chart including documentation (README.md). Prepare HPCC Platform Development team and Tech Talk Presentation.
By the mid term review we would expect you to have:
- Understand CSI driver and finish complete basic AWS EFS case 3) with CSI implementation for HPCC Systems Cluster Deployment
Mentor | Xiaoming Wang Backup Mentor: Godson Fortil |
Skills needed |
|
Deliverables | Midterm AWS EFS Helm Example End of project AWS EFS and FSx Helm Examples. Documentation (README.md) and PPT for HPCC Platform Development team and Tech Talk Presentation |
Other resources |
|