You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files actually exist in the container in the structure they represent
More performant for big data tasks
Matches the recommendations from FDI, and in general the cloud teams backing container storage solutions
Blob
Still have hierarchal folder structure for the user via the blob-csi driver
Less performant for big data tasks
Older technology
Recommendation
Use ADLS, as a migration will likely need to happen in the future and this is the time to do it (no one is using the system yet, so its the easiest time to migrate)
cboin1996
changed the title
Blob-CSI: Change container configuration in profiles controller to be ADLS for AAW containers
Blob-CSI: Investigate container configuration in profiles controller for AAW containers
Jul 27, 2022
Description
Weight the pros and cons of
ADLS
versusblob
, and select which one to implement.ADLS versus Blob
https://medium.com/awesome-azure/azure-difference-between-azure-blob-storage-and-azure-data-lake-storage-comparison-azure-blob-vs-adls-gen2-81af5ef2a6e1#:~:text=Key%20Differences&text=Blob%3A%20General%20purpose%20object%20store,for%20big%20data%20analytics%20workloads.&text=Blob%3A%20Good%20storage%20retrieval%20performance,ADLS%3A%20Better%20storage%20retrieval%20performance.
ADLS
FDI
, and in general the cloud teams backing container storage solutionsBlob
Recommendation
Use
ADLS
, as a migration will likely need to happen in the future and this is the time to do it (no one is using the system yet, so its the easiest time to migrate)Estimated Steps for Creating ADLS Containers
In https://github.com/statcan/aaw-kubeflow-profiles-controller, we want to update the controller to provision ADLS containers.
false
within:dfs
instead ofblob
(see: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#standard-endpoints)ADLS
The text was updated successfully, but these errors were encountered: