Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masci/k8s101
A 2-hours workshop to go from zero to Kubernetes
https://github.com/masci/k8s101
Last synced: 2 months ago
JSON representation
A 2-hours workshop to go from zero to Kubernetes
- Host: GitHub
- URL: https://github.com/masci/k8s101
- Owner: masci
- License: cc0-1.0
- Created: 2020-08-03T10:30:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:36:11.000Z (8 months ago)
- Last Synced: 2024-10-07T18:21:58.313Z (3 months ago)
- Language: Ruby
- Homepage: https://masci.github.io/k8s101/
- Size: 2.8 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s101
This repo contains the source code for the introductory Kubernetes workshop
at [https://masci.github.io/k8s101/](https://masci.github.io/k8s101/).## Development
Docs are built with [mkdocs](https://www.mkdocs.org/), you can install the
required dependencies with pip:
```
pip install -r requirements.txt
```Edit Markdown files under the `src/` folder, docs will be built under the
`docs/` folder at the root of the repo. Docs will be built and published
at every merge on the `master` branch.