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
There are multiple ways we can make this happen with different levels of user involvement.
Options from easiest to hardest (from user perspective)
1. Fondant as SaaS
tbd
2. Marketplace solution
Fondant is available on the all the marketplaces of the cloud provider. User clicks a button and K8s and kubeflow (and other dependencies like storage and access rights) are all provisioned. (note that this is a complex process that includes a review with each cloud provider)
3. Makefile
we create makefiles that will setup a k8s cluster and deploy kubeflow pipelines on them. This is a multistep approach and allows for some user customization.
4. Terraform
We create a terrafrom module or example code that the user can apply (an maintain). Requires terraform knowledge
5. detailed guide
We create documentation on how to setup everything (probably combining already existing guides
The text was updated successfully, but these errors were encountered:
Goal is to help users start using Fondant
There are multiple ways we can make this happen with different levels of user involvement.
Options from easiest to hardest (from user perspective)
1. Fondant as SaaS
tbd
2. Marketplace solution
Fondant is available on the all the marketplaces of the cloud provider. User clicks a button and K8s and kubeflow (and other dependencies like storage and access rights) are all provisioned. (note that this is a complex process that includes a review with each cloud provider)
GCP documentation: https://cloud.google.com/marketplace/docs/partners/kubernetes/submitting
3. Makefile
we create makefiles that will setup a k8s cluster and deploy kubeflow pipelines on them. This is a multistep approach and allows for some user customization.
4. Terraform
We create a terrafrom module or example code that the user can apply (an maintain). Requires terraform knowledge
5. detailed guide
We create documentation on how to setup everything (probably combining already existing guides
The text was updated successfully, but these errors were encountered: