python/examples/notebooks
2022-03-15 22:42:53 -07:00
..
docker fix: remove depriciated gitrepo volume type 2022-03-15 22:42:53 -07:00
create_configmap.ipynb
create_deployment.ipynb
create_pod.ipynb
create_secret.ipynb Misc typo fixes 2021-12-17 12:23:37 +05:30
create_service.ipynb
intro_notebook.ipynb Misc typo fixes 2021-12-17 12:23:37 +05:30
README.md fix: remove depriciated gitrepo volume type 2022-03-15 22:42:53 -07: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

# You can run this command to get the url in console
minikube service --url jupyter

Clean up your deployment.

kubectl delete -f docker/jupyter.yml