GithubHelp home page GithubHelp logo

jupyter_notebook_on_k8s's Introduction

jupyter_notebook_on_k8s

The Alibaba Cloud Infrastrucutre of Jupyter Notebook

jupyter_alicloud_infra

Jupyter on ACK

jupyter_on_ack

構築手順

前提条件: Alibaba Cloud Python SDK / Aliyuncli が利用できる環境が必要

[ 1 ]
1_infra.pyを参考に、jupyterのAliCloud Infra環境( VPC, NAS, RAM, ACK Cluster など )を作成

[ 2 ]
ACKのclusterのconfigを取得し、ローカル環境の .kube/config に設定

[ 3 ]
K8sに Jupyterのnamespace jupyter を作成

kubectl create namespace jupyter

[ 4 ]
ディレクトリの 2_k8s 配下に移動

[ 5 ]
1_jupyter-nas.yaml に NASの MountPointなどを設定し、NASのPV, PVCを作成

kubectl apply -f 1_jupyter-nas.yaml -n jupyter

[ 6 ]
変数 domain に 作成したK8s Cluster domain を設定し、2_kubeclt_apply.sh で jupyter環境を作成
※ 初回目作成の時に jupyter imageを取得する必要があるため、3 ~ 5分時間がかかる

domain="*******.ap-northeast-1.alicontainer.com"

./2_kubectl_apply.sh <The num of user> ${domain}

[ 7 ] 表示された各User の Token を利用して, http:// < user > .${domain} にアクセス

jupyter_notebook_on_k8s's People

Contributors

jobbin avatar

Stargazers

Masahiro Ishii avatar

Watchers

James Cloos avatar  avatar

Forkers

marufeuille

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.