python/examples/notebooks
2018-01-26 15:49:47 -08:00
..
docker Update org and repo name 2018-01-26 15:49:47 -08:00
create_configmap.ipynb Add notebook on how to create a ConfigMap and use its data in Pods 2017-08-22 00:57:14 +01:00
create_deployment.ipynb Update create_deployment notebook 2017-07-06 21:48:54 +01:00
create_pod.ipynb Remove code execution output from create_pod notebook 2017-07-06 21:50:12 +01:00
create_secret.ipynb Add notebook on how to create a Secret 2017-08-21 23:19:50 +01:00
create_service.ipynb Add notebook on how to create a Service 2017-07-06 21:51:48 +01:00
intro_notebook.ipynb Update org and repo name 2018-01-26 15:49:47 -08:00
README.md Add a little more detail to jupyter getting start with minikube 2017-07-08 23:34:22 -07:00
test.ipynb move skippbox/notebooks to client-python for GSoC 2017-05-16 19:27:53 +02:00
watch_notebook.ipynb Add notebook on how to watch changes to an object 2017-08-26 22:09:09 +01:00

Jupyter Notebooks for Kubernetes

This is a set of Jupyter notebooks to learn the Kubernetes API in Python.

Launch the deployment and create the service.

kubectl create -f docker/jupyter.yml

Open your browser on the jupyter service and go through the notebooks.

If you are using minikube, you can run this command to see jupyter service in your browser:

minikube service jupyter