Skip to content

equalitie/baskervillehall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baskervillehall

Bot mitigation

Configuration

kubectl apply -f config_baskervillehall.yaml

Building

docker build . -t equalitie/baskervillehall:base
docker build -f ./Dockerfile_latest . -t equalitie/baskervillehall:latest
docker push equalitie/baskervillehall:latest

Sessions deployment

kubectl apply -f session_deployment.yaml

Jupyterhub

Build image

docker build -f ./Dockerfile_jupyter . -t equalitie/baskervillehall:jupyter
docker push equalitie/baskervillehall:jupyter

Installation

kubectl apply -f jupyter/admin-pvc.yaml
helm repo add jupyter https://hub.jupyter.org/helm-chart/
helm repo update
helm upgrade --cleanup-on-fail \
  --install jupyter jupyter/jupyterhub \
  --namespace default \
  --version=3.2.1 \
  --values ./jupyter/config.yaml

Jupyterhub modification

helm upgrade --cleanup-on-fail \
  jupyter jupyter/jupyterhub \
  --namespace default \
  --version=3.2.1 \
  --values ./jupyter/config.yaml

Jupyterhub forwarding

kubectl port-forward service/proxy-public 8080:http

Please, use user admin with an empth password.

Releases

No releases published

Packages

No packages published