-
Notifications
You must be signed in to change notification settings - Fork 0
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
kubeflow, ksonnet #73
Comments
localでkubernetesを立てる
この状態で |
https://qiita.com/ohtaman/items/05e4e117a81c7393d875
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
縣くんがやってくれたもののコピー
Why
Kubeflow setup instructions.
What
Mostly followed the instructions written in https://codelabs.developers.google.com/codelabs/kubeflow-introduction/index.html.
ks init ksonnet-kubeflow
ks registry add kubeflow github.com/kubeflow/kubeflow/tree/v0.3.0/kubeflow
apt-add-repository
みたいなもの?ks pkg install kubeflow/core@v0.3.0
vendor/kubeflow/core@...
というファイルができるks prototype list
ks generate jupyterhub jupyterhub
components/jupyterhub.jsonnet
というファイルができるks apply
kubectl apply
に相当する操作Currently, the kubeflow cluster is deployed on Kubernetes Engine in Wantedly QA project.
CPU/GPU autoscaling is enabled.
You can see the UI of Kubeflow with a following command:
kubectl port-forward $(kubectl get pods --selector=service=ambassador -o jsonpath='{.items[0].metadata.name}') 8080:80
&open http://localhost:8080
.2018/10/18 時点では
ambassador
centraldashboard
jupyterhub
seldon
tf-job
あたりがデプロイされています。
The text was updated successfully, but these errors were encountered: