jupyter-operator

module
v0.0.0-...-53eff13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2019 License: Apache-2.0

README

Jupyter-Operator

This is a Kubernetes operator for Jupyter Notebooks.

Build Status Go Report Card

Overview

The Jupyter Operator automates the deployment of Jupyter Notebooks to a Kubernetes Cluster. It configures TLS certificates for the Notebook server and exposes the application via ingress and service resources.

Requirements

  • Kubernetes v1.7+

Usage

Create the RBAC resources for the operator
kubectl create -f example/rbac
Deploy the Jupyter Operator
kubectl create -f examples/deployment.yaml
Create a notebook
kubectl create -f examples/notebook.yaml
Access the notebook

Resolve DNS for example-notebook.example.com as the Kubernetes cluster, e.g. edit /etc/hosts:

<kubernetes-ip-address> example-notebook.example.com

Navigate a browser to example-notebook.example.com and login with the password mypassword.

Directories

Path Synopsis
cmd
pkg
apis/jupyter/v1
Package v1 is the v1 version of the API.
Package v1 is the v1 version of the API.
clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
clientset/versioned/typed/jupyter/v1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
clientset/versioned/typed/jupyter/v1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
tls
Package version provides the build version.
Package version provides the build version.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL