-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for another public cloud - Microsoft Azure #40
Comments
I can dedicate a few hours here and there for Azure support, but I don't have time to take the reins on this one. If someone goes through the trouble of designing and proposing a solution and could use some extra hands for the implementation, loop me in. |
@gerryhernandez: I have asked my contacts at Microsoft (Norwegian HQ) whether they would be willing to pitch in with funding and/or time from their engineers. |
Yes, any update from Microsoft? If they don't have plan to do so. Can we fork a branch and add Azure enhancements on our own? |
Hello! I'm in discussion with my colleagues from Microsoft Norway about this project. @jwang01 do you want to help with implementing? |
What's the main challenge you can see now? Converting the AWS Cloudformation templates to ARM templates? |
That might be a good start :) |
I wonder if Kubernetes/Helm would be a better option than ARM? The result would then potentially be cloud-agnostic. |
Any chances of this getting traction |
Ditto. Any luck? |
Also curious about this feature. Any updates, @webmaxru or @gerryhernandez? |
@savingoyal Yes, definitely! I will give it a try and let you know how things go. |
@savingoyal Ok, I had a first go at this:
I could use some input as to how to proceed. I see two paths:
In either case, if you think the approach is promising, we could consider opening a (separate) PR for the Let me know what you think. UPDATE: Using the latest https://github.com/fortum-tech/metaflow/tree/plugin-linter-update-k8s-cloudpathlib, the |
|
Any update on supporting MSFT Azure ? |
I posted an invitation on my social media. Please, amplify for reaching out to potential contributors: https://twitter.com/webmaxru/status/1463576009781956616?s=20 |
@savingoyal It appears that we might not require Azure Blob Storage support in Metaflow after all (we might decide to share details on this later), which is why I am not sure how much time we would be able to dedicate to a corresponding PR at this time. Regarding your question, there is a trade off between versatility and performance:
Generally, development could be split into multiple PRs:
Question: Can |
A few notes:
|
This work is currently in-flight. We expect a feature-complete PR to be available over the next couple of weeks. It will cover AzureBlobStorage as our Azure Datastore and run on top of Kubernetes (AKS or BYOC). |
Wonderful! Would you mind letting me know when this is done and testable?
Thx!!!
…On Tue, Jul 12, 2022, 3:27 AM Savin ***@***.***> wrote:
This work is currently in-flight. We expect a feature-complete PR to be
available over the next couple of weeks. It will cover AzureBlobStorage as
our Azure Datastore and run on top of Kubernetes (AKS or BYOC).
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBTFDJOQ634NKM2L52KKUTVTTCYJANCNFSM4JY5XDXA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@Dana-Farber The PR is now available for testing. |
Currently, Metaflow is set up to work with AWS as the default public cloud. The architecture of Metaflow allows for additional public clouds to be supported.
Adding support for Microsoft Azure might broaden the potential user base, which could increase the adaption rate. This, in turn, could lead to increased community attention.
The text was updated successfully, but these errors were encountered: