An open API service indexing awesome lists of open source software.

https://github.com/aprooks/k3s-learning

learning k3s and a micro tutorial for k8s
https://github.com/aprooks/k3s-learning

bash jupyter-notebook k3s kubernet tutorials

Last synced: about 2 months ago
JSON representation

learning k3s and a micro tutorial for k8s

Awesome Lists containing this project

README

          

# Tutorials and workbooks on K8s management

requirements:

* docker
* jupiter with IPython via anaconda or some hacky dind docker image with IPython.
* tested from mac only

Brief: K3s https://k3s.io/ is a lightweight K8s implementation which is suitable to run at micro machines and local docker. It's better than minicube or other dev single-node k8s since it allows you to test actual cluster management scenarios like nodes going up and down.