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
- Host: GitHub
- URL: https://github.com/aprooks/k3s-learning
- Owner: aprooks
- Created: 2019-06-17T08:02:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T07:05:36.000Z (about 7 years ago)
- Last Synced: 2025-03-29T00:44:50.765Z (about 1 year ago)
- Topics: bash, jupyter-notebook, k3s, kubernet, tutorials
- Language: Jupyter Notebook
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.