python/examples/notebooks
Kubernetes Prow Robot 36f21299c5 Merge pull request #888 from micw523/update-nginx
Deprecate extensions/v1beta1 deployment

(cherry picked from commit 41971cc6ea)
2020-02-21 14:30:30 -05:00
..
docker Update org and repo name 2018-01-26 15:41:55 -08:00
create_configmap.ipynb
create_deployment.ipynb Merge pull request #888 from micw523/update-nginx 2020-02-21 14:30:30 -05:00
create_pod.ipynb
create_secret.ipynb
create_service.ipynb
intro_notebook.ipynb Merge pull request #888 from micw523/update-nginx 2020-02-21 14:30:30 -05:00
README.md
test.ipynb
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