python/examples/notebooks
Mehdy Bohlool 2fac3c71bf Merge pull request #250 from djkonro/create_service
Add notebook on how to create a Service
2017-07-07 10:25:19 -07:00
..
docker move skippbox/notebooks to client-python for GSoC 2017-05-16 19:27:53 +02: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_service.ipynb Add notebook on how to create a Service 2017-07-06 21:51:48 +01:00
intro_notebook.ipynb Add introductory notebook 2017-07-06 21:46:28 +01:00
README.md move skippbox/notebooks to client-python for GSoC 2017-05-16 19:27:53 +02:00
test.ipynb move skippbox/notebooks to client-python for GSoC 2017-05-16 19:27:53 +02: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.