kubelaunch

An opinionated AI stack built for Kubernetes by default


Keywords
kubernetes, analytics, jupyterhub, airflow
License
MIT
Install
pip install kubelaunch==0.0.7

Documentation

Kubelaunch

Updates

Making analytics-ops on Kubernetes easy.

This is a work in progress, but the goal is to make

Installation

pip install kubelaunch

Usage

Create a new empty directory for your cluster.

kubel init gcp --jupyter

This will create .

Docker Image

This is a Jupyter Singleuser container with Google Cloud Platform and Azure CLI installed.

Build locally: ` docker build -t kuberlytics/kubelaunch:latest -t kuberlytics/kubelaunch:v0.0.1 . ` ### To use Locally for example. ` docker run -it --rm -p 8888:8888 -v /Users/<yourpath>/launch:/home/jovyan/work kuberlytics/kubelaunch:latest /bin/bash ` ### Launch a docker container configured to control. ` docker run -it --rm -p 8888:8888 kuberlytics/kubelaunch:latest /bin/bash `