kubeflow使用 - xd21303/Notebook GitHub Wiki
安装vagrant和virtualbox。
使用minikf,到vagrant目录下运行
vagrant init arrikto/minikf # 首次
vagrant up
更新
vagrant box update
进入虚拟机
vagrant ssh
访问http://10.10.10.10/ ,启动kubeflow。
启动后,打开http://10.10.10.10:8080/,登录。
将应用构建成docker image,上传私有仓库。
使用kfp.dsl编译pipeline。
pipeline上传kubeflow,运行。