aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
96 stars 56 forks source link

Add fairing cloud builder (kaniko) examples #23

Closed Jeffwan closed 4 years ago

Jeffwan commented 4 years ago

Currently, all our examples use DockerBuilder. This requires user to have a docker client in jupyternotebook.

Fairing supports cloud builder as well. We should add this example for user just like to build an image.

I have finish one e2e example here. https://github.com/kubeflow/examples/blob/master/mnist/mnist_aws.ipynb

We just need to update fairing one.

Jeffwan commented 4 years ago

PR has been merged. We can close the issue