NetPyNE-UI/k8s at master · MetaCell/NetPyNE-UI · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

k8s deployment

  • Deploy on minikube runnig
kubectl create -ns netpyne
helm upgrade netpyne jupyterhub --install --reset-values --repo https://jupyterhub.github.io/helm-chart/ --version 0.9.0 --namespace netpyne --values minikube_values.yaml --force --debug
  • Access the hub by running
minikube service list

and use the url corresponding to nepyne proxy-public on port 80