python/examples/notebooks
2019-09-12 22:46:07 -07:00
..
docker
create_configmap.ipynb
create_deployment.ipynb Deprecate extensions/v1beta1 deployment 2019-07-23 21:28:04 -04:00
create_pod.ipynb
create_secret.ipynb
create_service.ipynb
intro_notebook.ipynb Deprecate extensions/v1beta1 deployment 2019-07-23 21:28:04 -04:00
README.md

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