microk8s용 JupyterHub 애드온
나는 사람들이 하나의 명령으로 microk8s 클러스터에 jupyterhub를 빠르게 설치할 수 있도록 애드온을 작성했습니다.
유희시 대류 / jhub 애드온
microk8s용 Jupyterhub 애드온
Microk8s용 JupyterHub 애드온
용법
dns
애드온이 활성화되어 있고 기본StorageClass
이 microk8s 클러스터에 있는지 확인하십시오.
편의를 위해 다음을 사용할 수 있습니다.
microk8s enable dns
microk8s enable hostpath-storage
외부에서 jupyterhub를 방문하려면 ingress
및 metallb
애드온을 활성화할 수 있습니다.
microk8s enable ingress
# the ip pool varies depending on your setup. see https://microk8s.io/docs/addon-metallb for more info
microk8s enable metallb:10.64.140.43-10.64.140.49
주피터허브를 사용하려면
# Add repo
microk8s addons repo add https://github.com/yuhuishi-convect/jhub-addon
# Enable jupyterhub
microk8s enable jupyterhub
# Alternatively you can provide a values.yaml to configure jupyterhub
# See https://zero-to-jupyterhub.readthedocs.io/en/latest/resources/reference.html for a comprehensive reference
microk8s enable jupyterhub -- -f /path/to/values.yaml
# to view the ip address to for the jupyterhub service
microk8s kubectl get svc -n jhub -l app=jupyterhub,component=proxy-public
# disable the addon
microk8s disable jupyterhub
구성
다음과 같이 애드온과 함께 사용할 values.yaml
를 제공할 수 있습니다.
microk8s enable jupyterhub -- -f /path/to/values.yaml
View on GitHub
Reference
이 문제에 관하여(microk8s용 JupyterHub 애드온), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/yuhuishishishi/jupyterhub-addons-for-microk8s-d1e
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(microk8s용 JupyterHub 애드온), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/yuhuishishishi/jupyterhub-addons-for-microk8s-d1e텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)